How can I change a widget colour?
-
Hello,
I want to change the color of the Milestone. How??
Thanks…
Thais
The blog I need help with is: (visible only to logged in users)
-
-
Try adding this to your Appearance → Custom Design → CSS page:
.milestone-widget .milestone-header { background-color: #0DA4D3; } .milestone-widget .milestone-countdown, .milestone-widget .milestone-message { background-color: white; border: 1px solid #0DA4D3; color: #0DA4D3; }Adjust the color code as necessary.
Note that which theme you are using may also matter. In the future, please include a link to the blog you are working on with your questions.
- The topic ‘How can I change a widget colour?’ is closed to new replies.