Question about the Voyager Pro Theme

Hi there,

I just bought the Voyager Pro theme with the hope to be able to customise the nav bar and the site title.
I am still stuck to some custom CSS changes…

What I could not figure out is how to get rid of the site title divider? I do want to turn that off.
Any hint on the CSS code to include would be highly appreciated.
Thx.

Do you mean the rule underneath the title and hamburger menu?

If so, this seems to remove it.

.navigation_bar {
position: relative;
border-bottom: none;
}

Disclaimer: all my CSS suggestions are used at your own risk! :sunglasses:

1 Like

Thx Rob!
Exactly what I was looking for!