I have tried everything but I am not sure how to utilize the random header image feature (I’ve uploaded a few to rotate in my site) without it appearing on my static home page also? I would like the header images to appear on all pages BUT my home page. It’s too bulky with the header image and then the slider below it on the homepage. I have pro version. Thank you!
Hi Cassie,
Go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.home .header-image {
display: none;
}
hope this may help you. If you have any issues then its better to provide site Url too.