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

    Dear kriesi-team,

    just a small question – maybe you can help me out with some quick css.
    I´d like to have to change the font-color of submenu items to white if hovered.
    I can achieve this with some settings in the Enfold menu but then also acitve menues turn to white font.
    For example if “Referenzen” is active the font then is white which is not good.
    Sure there is a nice css-trick ;-)

    Thank you in advance!

    Rainer

    #1195245

    Hi RainerKnappe,

    Please add this CSS code in Quick CSS:

    #top #header .av-main-nav .sub-menu a:hover .avia-menu-text {
        color: white;
    }

    Best regards,
    Nikko

    #1198149

    Hi Nikko,

    I am so sorry for the late reply.
    I really appreciate your fast reply.
    Tested and: works great!

    Thanks a lot – thread can be closed.

    #1198252

    Hi Rainer,

    Great, I’m glad that you got things working and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font Color of submenu item should change on hover’ is closed to new replies.