Home Forums Unicon Menu Navigation CSS issue

Home Forums Unicon Menu Navigation CSS issue

  • Creator
    Ticket
  • #90896
    heyrussell
    Buyer

    Hi there, I was trying to edit the css of the menu on the styles child theme file and it screwed up my menu. Here’s the link. When I click wish list link, everything reverts to normal. Clicking other links will display the surrounding black likes.
    https://ibb.co/yhzBJCv

    I deleted the settings but it is not reverting. I tried rebuilding my menus again but it doesn’t remove the lines around it. Tried restoring all style files to the original but it won’t work.

    Here’s the site. Try clicking Wishlist
    https://ashnature.com/product-category/others/

    #navigation > ul > li > a{ font-weight: 700;
    border-bottom: 3px solid #00f;
    outline: 3px solid black;
    transition: .25s;
    }

    #navigation ul > li:hover > a,
    #navigation ul li a:hover { color: #44bdbd;
    border-bottom: 3px solid #00f;
    outline: 3px solid black;
    transition: .25s;}

    What I was trying to do was create a border line when a menu link is active.
    border-bottom: 3px solid #00f;

    Thanks for your help.

Sorry, only verified customers can view ticket replies.