Site logo

Archived topic

I changed my logo but when I scroll down, I still see the default theme logo

5 replies · Started by Marcos on April 10, 2019

Viewing posts 1–6 of 6

And don't know where to change this..? can you help?

TIA

Hi there,

in Customizer > Layout > Primary Navigation --> Navigation Logo, add your own logo there.

Thanks David, that worked, but one small detail: this logo is displaying "squashed" (as in.. it's being forced to display narrower than it should)

The navigation logo gets its height property from the navigations menu height.
This CSS will override that and i added some top margin to center it:

.main-navigation .navigation-logo img {
    height: auto;
    margin-top: 10px;
}

You are a ninja David, thanks!

Glad to be of help.

This archived topic is closed to new replies.