Home page header static, randomized images on all other pages
-
Any way to maintain a static header image on the home page but have the header images on all other pages randomized?
The blog I need help with is: (visible only to logged in users)
-
Hi there, the only thing that comes to mind is to set the entire site to use random headers and then use custom CSS to override that and set a static header for the home page. To do that, you would go to Customize > Header Image, upload all the images and then set them to randomize. You would then add the following custom CSS and replace URL_OF_IMAGE between the quote marks with the static header URL for the main page.
.home .header-image { background-image: url("URL_OF_IMAGE"); } -
Thanks, thesacredpath, but even with the css code you suggested, the home header is still randomizing.
-
If you can set your headers to randomize I’d be more than happy to see what is going on and get it working as you desire.
- The topic ‘Home page header static, randomized images on all other pages’ is closed to new replies.