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

    Hello all
    I have created a menu on this page
    (See below)
    I have formatted this menu:

    .widget li a
    {
    font-size: 16px;
    line-height: 18px;
    color: #4365B0 !important;
    }
    How can I specify that the font color changes on mouse over?
    and the active menu item has a different color

    thanks in advance
    kind regards
    Franz¨

    #1324733

    Hi Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    #menu-galerien li a:hover {
      color: red;
    }
    
    #menu-galerien li.current_page_item a {
      color: yellow;
    }

    Best regards,
    Rikard

    #1324903

    Thank you Rikard
    fits great

    you can close this request

    kind regards
    Franz

    #1325022

    Hi,

    Thanks for the update, I’ll go ahead and 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 ‘change widget menu’ is closed to new replies.