Site logo

Archived topic

Dispersing desktop site logo

7 replies · Started by Hannah Ogunyinka on October 14, 2022

Viewing posts 1–8 of 8

Hi team,
I replaced my site logo today and while the tablet and mobile views were fine, the desktop view refused to show. On inspection, I found that this was active in the code:

.site-logo:not(.page-hero-logo){
display: none;
}

To rectify this, I added the following code to the additional css,

.site-logo:not(.page-hero-logo){
display: block !important;
}

While this works for now, I can't see how is was active in the first place. Apart from activating the logo in site identity, what should I have done? Thanks in advance.

Yes that’s right.

So is the issue resolved?

No, the logo you highlighted is the one in question. It’s visible now only because of the code I showed you but I would like a better solution.

Hi there,

if you go to Appearance > Elements, you have a Header Element, if you edit that, do you have any file set in the Site Logo there ?

This archived topic is closed to new replies.