CSS Problem with #gkHeaderNav

GK User
Wed Dec 14, 2016 2:37 pm
Hi all
i'm working to a project with this template. In home page goo.gl/VOCCag menu has a transparency because there is a big image below

in other page goo.gl/ryL4Lv i want to delete this transparency and see only background color of gkHeaderNav.

Can u help me pls?
User avatar
Fresh Boarder

teitbite
Mon Dec 19, 2016 1:58 pm
Hi

Frontpage has a separate page class suffix already, so all You need to do is to add this to override.css

Code: Select all
#gkHeaderNav {
    background-color: rgba(255, 255, 255, 1);
}

.frontpage #gkHeaderNav {
    background-color: rgba(255, 255, 255, 0.8);
}
User avatar
Moderator


cron