menu highlight
is it possible to highlight one sub-item of the menu?
Background color changes, or separation in the menu by a colored line, any other option?
is it possible to highlight one sub-item of the menu?
Background color changes, or separation in the menu by a colored line, any other option?
Comments
Hello,
To achieve that you will have to create a Custom CSS Class, and put the code in Betheme -> Theme options -> Custom CSS & JS -> CSS, and put the name of the class in the menu item.
I am trying to change the color of the font or the background of the button in the menu, but it was not possible. Please help
CSS Classe: abge
#Top_bar .menu > li.abge a { background: #000 !important; color: #FFF !important; }
It should look like that:
Thanks