Archived topic
Transparent sticky menu
5 replies · Started by Hugo on December 3, 2017
HI tom. I have a site. https://labsanmiguelarcangel.com/web/
When i scroll down, the sticky menu turn on transparent. I dont have any page header with a transparent navigation active. I dont want the sticky transparent. What can i do?
Other thing, the logo it not aligned with the top line of the item menu. How can i do that?
Thanks for your help.
Hi there,
You can use this CSS to change the sticky navigation color:
.main-navigation.navigation-stick {
background-color: #ffffff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo. It works. And with the logo, how can i do?
Try this CSS:
.main-navigation .navigation-logo img {
padding-top: 0;
}
It Works. Thanks Leo.
No problem!