I want to customize the header for their two multisite WordPress installations using PHP or HTML code. I have used the ‘Customize’ option provided by the theme for individual sites, but the changes are not reflected in the header.php section in the Network admin section. I am wondering where to make these changes and plan to work on the body after customizing the header. I AM using the Astra theme but is open to switching to another if it makes customization easier.
Before making any changes to your WordPress theme, it is recommended to create a child theme and activate it. Once the child theme is activated, you can make any necessary changes to the header.php file or any other file in the child theme directory.
The user is new to WordPress and has created a website using the Astra theme and outdoor adventure starter site. They have created a new page and menu, but the header appears with a white background and doesn’t show the header image from other pages like the contact page. They are asking how to ensure that the new page inherits the properties of the headers from other pages.