This topic has 2 replies, 2 voices, and was last updated 8 years by Laurent_C.

  • Author
  • #70108
     Laurent_C
    Participant

    I search and dont find the way to hide the topbar on mobile

    Thank you

    #70270
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    @media(max-width:600px) {
    
    .header-color.social-header {
        display:none;
    }
    }
    

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #70273
     Laurent_C
    Participant

    Than you, it works perfect 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

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

Log in with your credentials

Forgot your details?