how to remove the text “Proudly powered by WordPress” from the side
3 Answers
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
But on what line should I add this
#copyright > a {
display: none !important;
}
You can add this code to the bottom of the style.css file.
Regards,
Dominic
In Appearnce – Editor – theme footer & delete Proudly powered by WordPress and theme name
Thank for your helps, my friend
Please login or Register to submit your answer
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.
replied 9 years ago
… [Trackback]
[…] Read More here: designwall.com/question/how-to-remove-proudly-powered-by-wordpress/ […]