• Resolved techsavvyjack

    (@techsavvyjack)


    Hi,

    I was wondering if someone could please guide me on how to change Zerif Lite powered by WordPress to my own text.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Manonpe

    (@manonpe)

    Hi!

    I have the same question.
    Does anyone have an answer please?

    Thanks!

    WPShout

    (@codeinwp)

    Hi,

    That text can only be changed from the theme file footer.php. You need to change the text in that file to what you need, but keep in mind that if you update the theme in the future, the changes will be lost, and you will have to do it again.

    Regards,
    Rodica

    method 1. find and delete som lines code of footer, see here

    method 2. Hide WordPress Footer Message
    Click on the “Style.css” file located nearly at the bottom of “Templates” section. Add the following code at the end of “Style.css” file and click on “Update File” button.

    .site-info {
    display : none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to remove powered by WordPress’ is closed to new replies.