Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #107817
    Laura
    Participant

    The logo appears for a little while after saving it in the customization section, but then will disappear after a few page refreshes. The only way for it to stay showing is if I keep the “display title and tagline” box checked — which I do not want to do.

    I I’m using version 2.0.

    The site is: http://www.handwrittenlegacies.com

    Please advise.

    #107857
    Mahesh
    Keymaster

    @blantonlaura: There was a small bug in the theme. This issue will be fixed in the next update. For quick fix, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .site-header .site-branding {
        clip: unset;
        position: unset !important;
    }

    Regards,
    Mahesh

    #107905
    Laura
    Participant

    I added the suggested code to the Additional CSS box, but it did not appear to resolve the issue. I tried removing and re-uploading the logo and that did not work either, and refreshing but it would never show up. The logo will still show if I check the “display site title and tagline” but do not want this text to show.

    Do you have any other suggestions? The site is now live if that helps you troubleshoot: http://www.handwrittenlegacies.com

    #107964
    Mahesh
    Keymaster

    blantonlaura: Add the following CSS:

    .site-header .site-title {
        display: none;
    }

    Regards,
    Mahesh

    #108002
    Laura
    Participant

    Okay, great! This worked. Thank you!

    Once the bug has been resolved in the next update, should I simply remove the code I’ve added from the Additonal CSS box?

    #108058
    Mahesh
    Keymaster

    @blantonlaura: Thank you for your appreciation. Yes, you can remove the code after update and it’ll work just fine. The update will be released soon. We’ll let you know as soon as the update is released.

    Regards,
    Mahesh

    #108236
    Mahesh
    Keymaster

    @blantonlaura: Just to let you know that the bug is fixed and the update has been released. Please update. Have a nice day!

    Regards,
    Mahesh

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Logo Image Not Displaying’ is closed to new replies.