• Resolved vardaaberbach

    (@vardaaberbach)


    I can’t find how to remove “Powered by WordPress” from the page footer.
    Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Balint Toth

    (@tothbalint)

    Hello!

    First of all, I would like to warn you that regarding the Open source licence that WordPress uses, you should not hide that.

    But here is the CSS code that hides it:

    #site-generator .powered{
    	display: none;
    }

    You should install Simple Custom CSS plugin, and use this code with that.

    If you have any more questions, feel free to ask them, I am happy to help you!

    Greetings,
    Balint

    Thread Starter vardaaberbach

    (@vardaaberbach)

    Thank you so much! Sorry for the late reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove "Powered by WordPress"’ is closed to new replies.