• Resolved stneotsweb

    (@stneotsweb)


    Hi, can you tell me if it is possible to remove the Zerif Lite and WordPress Text from my website and replace with my own using Simple CSS Plugin? If so, please could you provide the code?

    My website is wwww.stneotsweb.co.uk and I would simply like it to say, built by St Neots Web Design & Digital

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there stneotsweb,

    How are you doing today?

    Since you already added your copyright text which you can do in Appearance -> Customize -> General Options -> General -> Copyright you can use CSS to remove the the theme part.

    As you are already using Simple Custom CSS plugin you can try adding this code to Appearance -> Custom CSS:

    .zerif-copyright-box {
      display: none;
    }

    This should remove Zerif Lite and WordPress Text and keep your own copyright.

    If this doesn’t work please keep the code added and let me know so I can check it out.

    Please let me know if this helps 🙂

    Cheers,
    Bojan

    Bojan,

    Thank you, this help us 🙂

    Cheers,

    HQ

    Glad I could help 🙂

    Cheers,
    Bojan

    Thanks!!!!

    it works!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove zerif footer using SimpleCSS’ is closed to new replies.