Footer links
-
Hi, I’m running my website on wordpress.com but I couldn’t,t change footer credit from my website, how do I fix it?
-
What plan do you use?
If you use the free or personal plans then you can’t.
If you use the premium or buisness plans, however, then you can do this:
Go to WP Admin > Appearance > Customize > Additional CSS, then add the following CSS:
.site-info {
display: none;
}I haven’t tested it but it should work.
- The topic ‘Footer links’ is closed to new replies.