• Resolved wderieryp

    (@wderieryp)


    Hi Anders,

    Is it possible to hide the theme credits only on mobile due to the horizontal overflow?

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @wderieryp,

    Sure, go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    @media ( max-width: 500px ) {
        .theme-credits { display: none !important; } 
    }

    Let me know if that does it.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Hide theme credits on mobile’ is closed to new replies.