Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #161697

    With regard to this site: pilgrimmanor.org

    How do I remove the hover effect on a particular menu item in the top menu—in this case, the green button in the menu? WebKit Inspector tells me the 3px red bottom border is coming from the LI element, but I can’t seem to target it with any border-bottom or background-color styles.

    Also: Is there a better way to target this particular menu item other than using its ID? If users rearrange the menu, the menu item’s ID may change, breaking the styles I’ve set here.

    #161882

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling
    li#menu-item-502 .avia-menu-fx { display: none; }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing hover effect from menu item’ is closed to new replies.