Archived topic
Remove Copyright From Website
7 replies · Started by Sebastian K on June 4, 2022
I have deactivate copy right section , https://prnt.sc/zsyXeQj8yc58
Still i can see it : https://prnt.sc/zt04vzWNJiVj
Website : https://azfullform.com/
Need help
Hi there,
do you want to remove just the copyright text ?
If so reactivate the Copyright module and in Customizer > Layout > Footer --> Copyright text area add a HTML Comment eg.
<!-- footer bar -->
Hi David - in reply to your comment above ( June 4, 2022 at 9:37 am #2243514 ) I added <!-- footer bar --> to the copyright area which made the Generate Press copyright disappear but the custom copyright that I created as a footer bar widget is still floating to the right. How can I center it?
Hi Cynthia,
How are you adding the new Copyright? Why not edit the one in Appearance > Customize > Layout > Footer? Reference: https://docs.generatepress.com/article/changing-the-copyright-message/
If you remove the custom one you added and edit the default one, it should center align with your structure you have.
I already know that I can do that however I prefer to use a custom footer bar instead. I just want the text I created to center.
I'm using this html and it's still not centering.
<p style="text-align: center;">© 2022 Special Angels Foundation. All rights reserved.</p>
This is definitely a strange way of doing it but give this CSS a shot:
.copyright-bar {
display: none;
}
If this doesn't help then please open a new topic.
Thanks!
What is so strange about wanting to just use a footer bar with whatever html I'd like, but just wanting the html div to be centered?
I know that the copyright box allows html, but I use SiteOrigin Plugin widgets which allow me to use WYSIWYG editor offering much more customization.
Thank you for providing the css.
I didn't see anything special in the content you created with the footer bar that cannot be done with the default copyright field.
Glad it's working for you anyways :)