Hi support,
Is it possible to have a blue background color and white font color (when seleceted / a:active) on menu items in the topbar?
it is regarding this website: http://web19.lexodoc.dk/
Thanks :-)
/OKEIwebbureau
Hey OKEIwebbureau,
Please try the following in Quick CSS under Enfold->General Styling:
#avia-menu li.current-menu-item a:active {
color: #ffffff;
background-color: #153f77;
}
Best regards,
Rikard
Hi Rikard,
Thanks for helping – however it didn’t work :-/
The code is now in the quick css, and I have added !important; to both lines.
What do we need to change?
/OKEIwebbureau
Hi Victoria,
It is the topbar, not the main menu, that I am trying to find this solution for.
I wrote this in the first “post”.
/OKEIwebbureau
Hi/OKEIwebbureau,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header_meta .sub_menu #avia2-menu .current-menu-item a {
color: #ffffff;
}
#top #header_meta .sub_menu #avia2-menu .current-menu-item {
background-color: #153f77;
}
#top #header_meta .sub_menu #avia2-menu li {
height: 25px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thanks for helping :-)
I changed it to:
#top #header_meta .sub_menu #avia2-menu .current-menu-item a {
color: #ffffff;
background-color: #153f77;
padding-left: 5px;
padding-right: 5 px;
}
It works fine now.
Please close.
/OKEIwebbureau