This topic has 4 replies, 2 voices, and was last updated 8 years ago ago by Olga Barlow
Hello,
Please help. If I browse any category and I need to scroll down, active category, in top menu, became black coloured. But when I’m on the top of category page it’s white. I need to make it stay white, while I’m scrolling down category page.
Thank you.
Hello,
Add the following code in custom CSS (Theme Options > Styling > Custom CSS)
.fixed-header .menu-wrapper .menu > li.current-menu-item > a {color: #fff;}
.fixed-header .menu-wrapper .menu > li.current-menu-item > a:after,
.fixed-header .menu-wrapper .menu > li > a:hover:after {
background-color: rgba(255, 255, 255, 0.4);
}
Regards
Thank you, no it’s working. But I had to modify you css in this way:
.fixed-header .menu li a {color: #fff !important;}
.fixed-header .menu-wrapper .menu > li.current-menu-item > a::after {background-color: #fff !important;}
Hello,
Could be, sometimes if custom styles don’t override our default you need to add “!important”.
Regards
You must be logged in to reply to this topic.Log in/Sign up