This topic has 3 replies, 3 voices, and was last updated 9 years by Radu.

  • Author
  • #48313
     ksmithlondon
    Participant

    How do I remove the little colour lines that appear at the top of the menu on hover?

    Apologies if this has been covered before, or if the answer should be obvious within the CSS. It’s late and I can’t work it out.

    Thanks.

    #48364
     sharmstr
    Moderator
    COPY CODE
    
    
    .kleo-main-header .nav > li.active > a, .kleo-main-header .nav > li > a:hover {
    box-shadow: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #48366
     ksmithlondon
    Participant

    Thank you so much

    #48367
     Radu
    Moderator

    Hello,

    Add this CSS to your kleo-child/style.css or in your Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    
    .kleo-main-header .nav > li.active > a, .kleo-main-header .nav > li > a:hover {
    box-shadow: none !important;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?