This topic has 4 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
Hello I entered the color of the menu in black but some are shown in black and others in red. Why? How can I put them all in black?
My website is http://www.casame.it
Thank you very much
Hello,
These menu items link to the same page http://prntscr.com/lxtb1n so the color of current-menu-items is applied for them. You can change the color in Theme Options > Typography > Menu > Menu 1 level (hover, active) or add this code in Theme Options > Custom css:
.menu-wrapper > .menu-main-container .menu > .current-menu-item > a {
color: #555555;
}
Regards
Thank you, I’ve the same problem on mobile view. How I can solve it?
Theme Options > Typography > Menu > Customize mobile menu links > Customize > Mobile links color (hover, active states)
or
.mobile-menu-wrapper .menu > li.current_page_item > a,
.mobile-menu-wrapper .menu > li .sub-menu .current-menu-item > a,
.mobile-menu-wrapper .menu > li > .open-child:before {
color: #555555 !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up