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