The coloring of my milestone widget is very light & the event description isn't showing up. How can I darken the color and get the event description to show?
Blog url: http://adorahealthylivingrebuild.wordpress.com/
Need help? Check out our Support site, then
How to change the coloring of milestone widget and get event description to show
-
-
You can change the color of the font of that widget by adding the following custom CSS code:
.milestone-widget .milestone-header, .milestone-widget .milestone-countdown, .milestone-widget .milestone-message {
color: #4A7766;
}You can add custom CSS by going to Appearance > Custom Design and using the CSS tab.
To use a different color, just replace 4A7766 in the code above with the HTML code for the color you want to use. Here's an HTML color table you can reference: http://www.w3schools.com/html/html_colors.asp
Topic Closed
This topic has been closed to new replies.