Nav-bar

Hey Aigars,

Can I make my theme’s nav-bar, looks exact like colorlib theme’s nav-bar, which is less in height and little shadow, which is not in sparkling theme.

Please help me.

Hi Dinesh,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

@media (min-width: 767px){
  #page .navbar-default .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

nav.navbar.navbar-default {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
}

Best Regards,
Movin

Thanks Movin, its working,

Your customer support is great, and thanks for amazing theme :slight_smile:

Now my blog looks beautiful teitt

You are most welcome here and yes your blog looks very beautiful :slight_smile: