Site logo

Archived topic

Remove Copyright From Website

7 replies · Started by Sebastian K on June 4, 2022

Viewing posts 1–8 of 8

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?

http://cynthiab68.sg-host.com

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 :)

This archived topic is closed to new replies.