• Resolved mbarbatti

    (@mbarbatti)


    Hi,

    How do I change (or simply hide) the copyright tag at the footer of the Rowling theme?

    MB

    The page I need help with: [log in to see the link]

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

    (@anlino)

    Hi @mbarbatti,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language).

    To hide the entire footer, add the code below:

    footer.credits { display: none !important; }

    To just hide the line with the copyright, add the code below:

    footer.credits .copyright { display: none !important; }

    Let me know if that does it.

    — Anders

    Thread Starter mbarbatti

    (@mbarbatti)

    It works perfectly. Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Copyright tag in Rowling theme’ is closed to new replies.