Perhabs very simple, but i have 1 menu item that is boxed, now its grey, i need the box to be red.
Can you help me with the code ?
Hey BPC,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-3983 .avia-menu-text {
background-color:red !important;
border-color:red !important;
}
Best regards,
Rikard
Thanks, almost right.
No the 2 items in the sub menu are also red, i only het need the first item to be red.
Hi,
Ok, thanks for the feedback. Please try this instead:
#menu-item-3983 > .avia-menu-text {
background-color:red !important;
border-color:red !important;
}
Best regards,
Rikard
Nope, that doesn’t work. Now it is grey again
Hi,
Ok, try this instead:
#menu-item-3983 .avia-menu-text {
background-color:red;
border-color:red;
}
#menu-item-3983 .sub-menu .avia-menu-text {
background-color:white;
border-color:transparent;
}
Best regards,
Rikard
Nope, still grey
I fixed it, with this code
#menu-item-3983 .avia-menu-text {
background-color:red!important;
border-color:red!important;
}
#menu-item-3983 .sub-menu .avia-menu-text {
background-color:white!important;
border-color:transparent;
}
Hi,
Great, glad you found a solution. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
nevermind