Archived topic
footer bar
5 replies · Started by Louise on August 27, 2021
Hi
How to remove footerbar content and center the widgets in the footer bar
https://www.loom.com/share/7f4e29e291d84377b92a3ceb2911ebab
Hi there,
Can you try to copy the content in the footer bar widget area and paste it into the copyright field?
Let me know if this helps :)
Well that is not really a solution for my age 70+ clients to manage content in the footer bar to places.
It would be nice to be able to deactivate the copyright field and manage all the content in the footer bar through the widgets in the footerbar.
Try this CSS:
.footer-bar-align-right .copyright-bar {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hi Leo
I'm really not trying to be difficult.
But it does not seem right that I should learn them to add css to managage content in the footer bar.
Can I hope for a change in a coming update?
I use Generatepress as theme for historical societies and the webmasters are age 60-80 so I need to keep is simple.
Unfortunately that's not something we will be changing.
I've provided the two best solutions above.
I'd say that copying the content from your footer bar widget and paste it into the copyright field is the most correct solution that doesn't require any code.
Or else simply copy and paste my CSS code above in the Additional CSS field in the customizer would work too - you don't need to learn how to code.