badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Fixed Navigation. Slide Over Slide Show

#27831

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!