Site logo

Archived topic

Navigation Logo Missing in Customizer

11 replies · Started by Gerson on April 27, 2019

Viewing posts 1–12 of 12

Hi, the area to insert the navigation logo in customiser > Layout > Primary Navigation is missing? I have GP Premium installed and all options activated.

Thanks but I used to be able to achieve a certain look for my logo - please see http://www.dunaconstructions.com.au - I used this code:

.site-header {
    display: none;
}

.main-navigation .site-logo.navigation-logo {
    position: absolute;
    left: 0;
    top: 0;
}
.main-navigation {
	margin-top: 0;
	padding: 0px;
}

.main-navigation .navigation-logo img {
	padding: 0px 0px 10px 30px;
	margin-top: 0px;
}
.main-navigation .navigation-logo img {
    height: 130px;
}
.main-navigation:not(.navigation-stick) {
    position: relative;
    z-index: 99;
}

But how can I now achieve this same result with this new update?

Still possible, the selectors just changed a bit.

If you'd like to link me to your site using the new navigation as header, I can give you specific CSS.

Let me know :)

Any chance you can add the logo to it?

Done - thanks Tom.

Give this CSS a shot:

.navigation-branding img, 
.mobile-header-logo.site-logo img, 
.main-navigation.sticky-navigation-transition .navigation-branding img {
    padding: 0;
    position: absolute;
    top: 0;
    height: 100px;
}

Thanks - that worked a treat. But how can it remain the same in the sticky version as I scroll down?

Just edited the CSS above :)

Legend! Thanks.

You're welcome :)

This archived topic is closed to new replies.