This topic has 4 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
Hi, how do I:
1) make the sticky menu transparent (e.g. opacity 50%)? In the settings its either non og totally transparent.
2) the menu (not the logo) is not aligned vertically correct – how do I move the sticky menu some pixels upwards?
Until then.
Jens
Hello,
Please use the following code in Global Custom CSS.
1)
.fixNav-enabled .fixed-active .header-wrapper{
background-color: rgba(255,255,255, 0.5);
}
2)
.fixNav-enabled .fixed-active .menu-wrapper .menu > li > a {
padding: 13px 10px 15px 10px;
}
Regards,
Robert Hall.
Thanks a bunch! Just couldn’t find the right classes 🙁
Regards
Jens
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘sticky menu: transparency and margin’' has been successfully resolved, and the topic is now closed for further responses