This topic has 6 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hi
Im wondering if its possible to set a background color on
Menu > li a:active after selecting or clicking on a menu item?
I.e. the selected menu background color will stay while on its page.
Could you be able to advise or point me at the right direction?
Appreciate any help.
Thanks
Hello,
Please add this code in Theme Options > Custom css:
.fixed-header-area.color-light .menu > li.current-menu-item > a {
background-color: white;
color: red !important;
}
Let me know result.
Regards
Thank for that. I can see the effect in FIXED menu.
But How can I also update the main menu?
Please change the previous code to:
.header-wrapper .header .navbar .menu-main-container .menu > li.current-menu-item > a, .fixed-header-area.color-light .menu > li.current-menu-item > a {
background-color: #5464;
color: red !important;
}
Regards
Hi
Where do I need to change the CSS while on Mobile nav menu? i.e font and background color
like this in this area:
https://www.screencast.com/t/M5j8Q6s1
Thanks
Hello,
You can add this code in custom css:
.mobile-nav-heading.close-mobile-nav {
background-color: red;
color: black;
}
.mobile-nav {
background-color: red;
}
.mobile-nav li a, .mobile-nav .links li a, .mobile-nav-heading {
color: black;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up