Menu background

GK User
Thu Sep 08, 2016 6:41 pm
Hello,
on your website add the following code"
}#gkHeaderNav {
position: fixed;
}#gkHeaderNav {
position: fixed;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
padding-bottom: 10px;
padding-top: 15px;

I would like to on the "home" menu did not have the background, is it possible?

Thank you very much

Regards
User avatar
Senior Boarder

teitbite
Sat Sep 10, 2016 8:55 am
Hi

I'm afraid I do not understand. Please try to explain it one more time with a screenshot if possible. Tell me the url to the page where You need this.
User avatar
Moderator

GK User
Sat Sep 10, 2016 12:09 pm
Hello,

the point is that on one side of the "home" menu was no background for the image.



Thank you very much
User avatar
Senior Boarder

teitbite
Mon Sep 12, 2016 9:44 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.frontpage #gkHeaderNav {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
User avatar
Moderator

GK User
Mon Sep 12, 2016 11:12 am
Thank you very much for your help
Regards
User avatar
Senior Boarder

teitbite
Tue Sep 13, 2016 12:45 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron