August 31, 2015 at 6:05 am
#27831
Theme Horse Support Team
Keymaster
Hi Jordan,
To make the navigation solid white and scrolls over the slideshow image Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.hgroup-wrap {
background-color: #fff;
position: fixed;
width: 100%;
z-index: 3;
}
Thank you!