[Resolved] Copyright changed?

Home Forums Support [Resolved] Copyright changed?

Home Forums Support Copyright changed?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #176085
    Leo

    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.

    #176190
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #176240
    Leo

    Solved!

    Thank you very much.

    #176370
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

    #176839
    Chris Oliff

    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.

    #176842
    Tom
    Lead Developer
    Lead Developer

    Updating to the latest version should fix that: https://generatepress.com/knowledgebase/updating-add-ons/#manual-update

    #176858
    Chris Oliff

    Thank you – done and working.

    Chris

    #176880
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.