Archived topic
How to Delete the Copyright GeneratePress
3 replies · Started by Monkeys and Mountains on September 27, 2019
Viewing posts 1–4 of 4
I have the premium version and have unchecked it and I deleted it from Appearanc>Customize>Layout>Footer but now that box isn't even visible.
Please advise.
Thanks
Hi there,
So you want to remove the default copyright section?
If so try this CSS:
footer.site-info {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Worked perfectly, thank you!
No problem :)
This archived topic is closed to new replies.