Hi
I want to change top menu colors, could you please help me :
1/ I want links to be dark pink (currently there are black)
2/ Link of the active page to be azul (like now)
3/ Sky blue link when the mouse cursor is over it
4/ I’d like pink titles of sub menus, currently I only have “Single product examples” in pink but the others are black.
You can see my current menu here :
<br />upload images<br />
I have read a lot of topics about that but It does not work. I put this in my custom.css
/* Add your Desktop Styles here */
.main_menu a {
color: black !important;
}
.current-menu-item > a {
color: blue !important;
}
.header_color .sub_menu > ul > li > a {
color: blue;
}
Thank you for your help !
Hey Petrucci86,
You can change the look of your menu items under Enfold->Advanced Styling. If you should be missing any options then please link to your site and tell us what you need help with.
Best regards,
Rikard
Ah ok, thanks :)