Justin
asked 11 years ago

how to remove the text “Proudly powered by WordPress” from the side

get cialis fast
replied 10 years ago

trackback

Hi, I also would like to share my thoughts at this time, when i donГ­t know even about a effortless thing related to PHP, I always go to look for that from net.

Homepage
replied 9 years ago

… [Trackback]

[…] Read More here: designwall.com/question/how-to-remove-proudly-powered-by-wordpress/ […]

3 Answers
DominicStaff
answered 11 years ago

To remove the text “” on your site, you can log in to Dashboard > Appearance > Editor > open the style.css file > add the following code :

 
#copyright > a {
    display: none !important;
}

Regards,
Dominic

Justin
replied 11 years ago

But on what line should I add this

Justin
replied 11 years ago

#copyright > a {
display: none !important;
}

DominicStaff
answered 11 years ago

You can add this code to the bottom of the style.css file.

Regards,
Dominic

samir khan
answered 8 years ago

In Appearnce – Editor – theme footer & delete Proudly powered by WordPress and theme name

Dominic Staff
replied 8 years ago

Thank for your helps, my friend

Powered by DW Question & Answer Pro