Hello,
I want to change the color of the Milestone. How??
Thanks...
Thais
The blog I need help with is thaisebernardo.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hello,
I want to change the color of the Milestone. How??
Thanks...
Thais
The blog I need help with is thaisebernardo.wordpress.com.
Which part of the widget would you like to change exactly?
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.
This topic has been closed to new replies.