• Hello,

    is it possible to hide the message in the under,
    “Proudly powered by WordPress Theme: Orvis by Automattic.”

    thank you,
    S

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    You can hide the footer credit with some custom CSS.

    As you already have Jetpack installed, a straightforward way to add Custom CSS is to navigate to Jetpack > Settings and then activate Jetpack’s custom CSS module. From there, you can head to Appearance > Edit CSS and add the following snippet:

    .site-info {
        display: none;
    }

    (Alternative ways to add custom CSS are to set up a child theme or activate a standalone CSS plugin.)

    Let me know how you get on with that!

    Hi,
    This solution doesn’t work for me… It does on my homepage but as soon as I scroll down an article page, the footer appears with this message. How can I hide it, or maybe edit it?
    Thanks in advance,
    Morgane LB

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide the "Proudly powered by WordPress …"’ is closed to new replies.