Tagged: , , ,

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

    Hi,

    a simple question: how can i change the color of the underline in main menu (in hover and active status) to the current red in white?

    This is a pic of the part i want to change:

    2q8vtrl.jpg

    my goal is to make it invisible, since my site is developed – almost – completely on one page and the menu items remains – almost – all active. So I thought to eliminate the problem of eliminating the decoration, but I also thought that would be easier to color it white.

    I would like to get rid of ONLY the effect on the bottom line, while maintaining the effect of “Hover” and “Active” on the menu text

    any ideas?

    thank you very much

    #137815

    Hey!

    You can hide it with following css code

    .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx {
    display: none;
    }

    Regards,

    Peter

    #137816

    Great! it works perfectly!

    Thank you!

    #137817

    Glad Peter could help. Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold: menu underline issue’ is closed to new replies.