Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › text header › Reply To: text header
January 16, 2015 at 11:36 pm
#1630
Participant
Hello,
As it is written in WordPress documentation:
Template Files
If you want to change more than just the stylesheet, your child theme can override any file in the parent theme: simply include a file of the same name in the child theme directory, and it will override the equivalent file in the parent theme directory when your site loads. For instance, if you want to change the PHP code for the site header, you can include a header.php in your child theme’s directory, and that file will be used instead of the parent theme’s header.php.
Robert