Child theme file not overriding parent
-
Hello,
I have been trying to update the social media icons in the bezel theme with aria-labels in the tags to make the page ADA compliant (Something that should probably be included in the parent theme code).
I have input the same file structure core > inc > helpers.php and updated the “bezel_social_footer” function with an added aria-label=”‘.$social[‘name’].'” I have made a footer.php file that will overwrite the parent footer.php file. However, it seems as though the child theme files are not overriding the parent theme files when they are within a folder structure (i.e. core > inc > filename.php). Is there something I am missing?
The page I need help with: [log in to see the link]
- The topic ‘Child theme file not overriding parent’ is closed to new replies.