Isolate Header to Front Page only in Sela theme
-
I’m trying to figure out how to have my Header Image appear *only* on my HomePage and not on all the others, too. Help…?
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to hide the header image in Motif on all but the home page.
body:not(.home) .site-image { display: none; }
- The topic ‘Isolate Header to Front Page only in Sela theme’ is closed to new replies.