Counter color not showing
- The topic ‘Counter color not showing’ is closed to new replies.
Need help? Check out our Support site, then
You can ignore my previous request since I have figured out the front page. However, the counter is showing up as blank. Do I need to add CSS to reflect the correct color? If so, can you please tell me the code since the ones I have in place are not affecting it? Thanks!
The blog I need help with is: (visible only to logged in users)
Hi,
Please try the following CSS Code Snippet.
/* Wedding Counter Skin */
.widget-countdown .countdown-section {
background: #fff;
color: #00B4FF;
}
Thanks