Archived topic
Dispersing desktop site logo
7 replies · Started by Hannah Ogunyinka on October 14, 2022
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.
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Is this the correct logo?
https://www.screencast.com/t/aP4sYKhtCsC
If not then make sure to update the logo in the existing merged header element as shown here:
https://docs.generatepress.com/article/transparent-header-and-navigation/
Let me know if this helps :)j
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 ?