Site logo

[Support request] Dispersing desktop site logo

Home Forums Support [Support request] Dispersing desktop site logo

Home Forums Support Dispersing desktop site logo

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2373718
    Hannah Ogunyinka

    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.

    #2373810
    Leo
    Staff
    Customer Support

    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 🙂

    #2373893
    Hannah Ogunyinka
    #2373924
    Leo
    Staff
    Customer Support

    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

    #2374001
    Hannah Ogunyinka

    Yes that’s right.

    #2374003
    Leo
    Staff
    Customer Support

    So is the issue resolved?

    #2374111
    Hannah Ogunyinka

    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.

    #2374260
    David
    Staff
    Customer Support

    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 ?

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.