remove the upper bar

Hey, first of all i wanna thank you for this awesome theme :wink:
now to my problem. i want to remove the upper bar which i highlighted in this picture http://i.imgur.com/Gt0OKvL.jpg

basically that the header i made is on the actual background. beside that i obviously still want to have the menues “home, about etc…” it’s just the gray bar i want to get rid off if that’s possible.

thanks in advance

Hi @nyndir,

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

nav.navbar.navbar-default {
    background: transparent;
}

Best Regards,
Movin