how to change footer text in profile Theme in my website dotnetnowonline.com
-
how to change footer text in profile Theme in my website dotnetnowonline.com
The blog I need help with is: (visible only to logged in users)
-
Hi @dotnetnowonline, you are not allowed to hide or change the WordPress.com and theme footer credits per our Terms of Service (#11). Even the VIP sites here at WordPress.com (CNN, Time, etc.) are required to keep the footer credits. See the Frequently Asked Questions on the Custom Design support page for more information.
You are however allowed to restyle the footer credits to better fit with your design as long as they remain readable. I see you have the WordPress.com Premium upgrade, so you can restyle the footer credits and also add to them, such as adding a copyright or something like that.
To add a copyright, you can add the following CSS and edit the “content” value to suit your needs. I have positioned it above the existing credits, but you can change “before” to “after” if you wish to have it below the existing. The second and third rule below allow you to style the existing credits. I’ve included a number of declarations for styling for you to use, or not as you see fit.
Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
.footer:before { content: "My Copyright Here"; color: #CC0000; font-weight: bold; font-size: 120%; } .footer p { color: #ddd !important; font-size: 90%; line-height: 20px; } .footer a { font-weight: normal; color: #ddd !important; }
- The topic ‘how to change footer text in profile Theme in my website dotnetnowonline.com’ is closed to new replies.