Header Logo duplicate

Home Forums Gillion Theme Header Logo duplicate

Home Forums Gillion Theme Header Logo duplicate

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • FlightKing
    Participant

    Hey, I’m having an issue with my website header displaying the standard and sticky logos together when you scroll down. I can’t tell if it’s the theme or the SVG plugin being the culprit. Please help.

    Solution for this topic

    Hi @FlightKing,

     

    I hope you are well today and thank you for your question.

     

    It is an issue of the following custom CSS code that you have added in the style.css file of gillion child theme.

     

    .sh-sticky-header-active .sh-standard-logo {
        display: block;
        width: 126px;
        height: 77px;
    }
    
    .sh-sticky-logo, .sh-light-logo {
        display: block;
        width: 126px;
        height: 77px;
    }

     

    To resolve the issue please remove display block property from the above CSS code.

     

    Best regards,
    Shufflehound team

    FlightKing
    Participant

    I’m doing great, hope the same for you.

     

    I switched those values back (because I changed them recently trying to fix the issue) and it’s still there in Google Chrome but not in Edge or Explorer.  Are you still seeing this issue in Chrome?

    Solution for this topic

    Yes I saw the issue but resolved after clearing my browser cache so it seems the browser cache still holds old CSS code and not your updated CSS code so please clear your browser cache.

    FlightKing
    Participant

    Yeah, that did the trick. *sigh* Just gotta sign into everything again – first world problems. LOL. Thanks!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)