FOllow up to this thread: https://kriesi.at/support/topic/add-text-bubble-above-menu-link/
We were able to add a bubble to the menu item and change the color on hover, how do i change the color permanently when the menu is clicked?
Right now the STREAM becomes white when selected but the LIVE remain darker grey, see private for demo thanks
Hey kilimats,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.live.current-menu-item > a > span.avia-menu-text:before {
background: red;
color: white;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
You guys absolutely Rock !!! thanks ! worked