Hi,
I need to change the aria-labels in few of the elements and thought I could use the same idea of doing this in a child theme.
I replicated the folder structure and copied over the decorators.php file into the child theme.
pro-child/cornerstone/includes/elements/decorators.php
I then made change to the search aria label from “Toggle Dropdown Content” to just “Search” so that the screen reader can read it as search for the user. On refreshing the page, the change was not propagated. It was reading the decorators from the parent theme folder structure.
Is this not possible for such files?