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