Menu Links

Home Forums Business Club Pro Menu Links

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #857
    Anonymous
    Inactive

    How can I get rid of the boxers that form around my menu links when hovered over and put an underline instead?

    Thanks

    #872
    Axle Support
    Moderator

    Hello,

    Please add the below given CSS to

    Dashbaord -> Appearance -> Customize -> Additional CSS

    Hope it helps.
    Regards.

    #874
    Anonymous
    Inactive

    Almost there. The code provided got the underline working, but the boxes around each menu item selected is still there. I’d like to get rid of those boxes. Thanks.

    #889
    Anonymous
    Inactive

    Not sure if you saw me reply above, but I am looking to get rid of the box that follows the cursor when you hover over one of the menus. I just want an underline on menu hovers, no boxe. The code you provided added the line, but the box is still there.

    Thanks

    #890
    Axle Support
    Moderator

    Hello,

    Sorry for the late response, please add the below given CSS to custom CSS box we pointed earlier.

    #main-nav ul li a:hover, #main-nav ul li:hover > a, #main-nav li.current-menu-item > a, #main-nav li.current_page_item > a {
        background-color: initial;
    }

    Regards.

    #892
    Anonymous
    Inactive

    PERFECT

    Thank you

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.