Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #303496
    briddaa86
    Participant

    Hey there,

    is it possible to not have the logo above the menu of the mobile version of the website BUT to keep it in the desktop version?

    https://bs-gartenbau.de

    Thanks again

    Britta

     

    #303497
    Skandha
    Participant

    @briddaa86: Hello Britta,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 1024px) {
    .custom-logo-link {
    display: none !important;
    }
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #303498
    briddaa86
    Participant

    So sorry, again I cannot publish it. What am I doing wrong?

     

    #303499
    Skandha
    Participant

    @briddaa86: Hello Britta,

    There was a little a ` in the code which was causing the issue. I have fixed that now. Please check again.

    Kind Regards,
    Skandha

    #303500
    briddaa86
    Participant

    Yaay! It works thank you!

     

    #303501
    Skandha
    Participant

    @briddaa86: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/chique/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Deleting Logo in Mobile Version’ is closed to new replies.