Archived topic
Centred Logo with navigation on either side
4 replies · Started by Chau on May 19, 2017
Hi,
Is there a way to get the Logo centered with menu choices split on each side of the logo left and right. Also I'd like to have a transparent header - how do I got about doing that?
Cheers!
Chau
Hi Chau,
This should help: https://docs.generatepress.com/article/centering-logo-navigation/
For the transparent header, you can just remove the color from your header background in Customize > Colors > Header.
Hey guys,
Thanks for the help so far! Followed your instructions but somehow still couldn't get the header transparent and the centred logo is still there as the page scrolls.
Are you able to see what I did wrong? Here's the login.
http://www.pixelhero.com.au/stage/wp-admin/
Cheers,
Chau
Are you wanting to merge the header and navigation I assume? If so this should help:
https://docs.generatepress.com/article/merging-the-page-header-site-header/
Use this CSS to hide the logo on sticky navigation:
.navigation-clone.navigation-stick .centered-navigation-logo {
display: none !important;
}