Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #480925

    Double underlines under main menu items. The subpage items do not have the double underlines.

    Here is my current quick CSS:
    #top .main_menu .menu li.active-parent-item .avia-menu-fx{
    opacity: 1;
    visibility: visible
    }
    .avia-menu-fx { bottom: 28px; height: 8px; background-color:#0099FF !important; width:80%;left:10%;}

    #481194

    Hey mrdan,

    I’m not sure what you are trying to do there, could you try to explain a bit further or post a screenshot highlighting your intentions?

    Best regards,
    Rikard

    #481364

    Thanks for your reply.

    #481385

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
        border: none !important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Cheers!
    Yigit

    #481392

    Thanks! Works perfectly!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Double underlines under main menu items’ is closed to new replies.