Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #667876

    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

    #668033

    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

    #668160

    You guys absolutely Rock !!! thanks ! worked

    #668165

    Hey!

    You are welcome, we are always happy to help :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change menu title color when selected’ is closed to new replies.