Radiate Theme Header Image
-
The same header image shows up on every page without the option to make it different within the theme Radiate.
When I put the featured image for each of my pages, it shows it below the same header image so it looks as if there is two header images.
Question: How do I get rid of my header image on my pages (aside from home page) so that it is just the featured image? OR how do I put a different header image on each page?? (preferred)
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, we can hide the standard header image on all pages except for the home page with the following CSS. The following uses the CSS3 “not” pseudo selector to tell the browser to hide the header image on all pages except for the home page.
Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
body:not(.home) .header-image-container { display: none; }
- The topic ‘Radiate Theme Header Image’ is closed to new replies.