Add Text Above Navigation In Child Theme
Hello,
I have a BeTheme child theme that I use so it doesn't break with updates from the parent theme.
Is there a way for the child theme to inject text into the parents theme (includes/header-top-area.php) file without breaking when the parent theme updates? Thank you.
Comments
yes, this should be possible but 2 files must be moved into child theme folder: header-top-area.php and header.php. Also make sure that both files in the same places under child theme folder as in parent theme.