Site logo

Archived topic

Copyright changed?

7 replies · Started by Leo on February 29, 2016

Viewing posts 1–8 of 8

Hello Tom,

Did something change with the copyright in the footer?

I would like to keep the footer bar, but not the copyright notice. (I know I can hide the whole bar with site-info, but I would like to have an empty footer bar.)

I used:

.copyright {
display: none;
}

But after my last update, "· GeneratePress" remains in the bar. The copyright is hidden.

What is the correct code?

Thank you in advance for your help.

Hi Leo,

To hide the site info but keep the copyright bar, you can add this CSS:

.inside-site-info {
    display: none;
}

Let me know if that helps or not :)

Solved!

Thank you very much.

You're welcome :)

My problem is changing the copyright
I enter the details in the 'Copyright' box [ %copy% 2015 Oliff ] but can't then see how I save these.

Thank you - done and working.

Chris

You're welcome :)

This archived topic is closed to new replies.