This topic has 1 reply, 2 voices, and was last updated 8 years by Kieran_SQ.

  • Author
  • #173129
     jaturan
    Participant

    I just bought the theme and this is my first question. please help.

    1. How can I fix navigation bar position in mobile view?
    2. How can I change color of home navigation bar background color and drop-down menu colors?

    (the colors applied to navigation bar in imported homepage are difference form other pages)

    #173148
     Kieran_SQ
    Moderator

    Hi @Jaturan,

    Thanks for contacting us today about the styling issues you’re having.

    You can make the mobile header fixed / sticky by using the below CSS in your KLEO Child theme’s style.css or by going to Theme Options > General Settings > Scroll to: Quick CSS

    COPY CODE
    @media(max-width:991px){ 
    div#header {margin-bottom: 50px;}
    .navbar {position: fixed;display: block;}
    }

    To edit the colors used in your header please go to Theme Options > Styling Options > Header. You will be able to set colors and background images in this panel for the header area.

    Thanks,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?