Need help? Check out our Support site, then


Milestone Widget: Using CSS to change background color.

  1. Greetings,

    I have purchased the CSS upgrade and want to change the background of the Milestone widget to match the rest of the blog. I can't find the milestone widget in the reference template for my theme (twenty-eleven).

    Can anyone share with me the necessary CSS entry to do this?

    Much appreciated.

    The blog I need help with is figbash.com.

  2. I don't see the milestone widget on the site you referenced. Are you talking about a different site?

  3. This would be the basics for the milestone widget.

    .milestone-header {
    background-color: #333333;
    color: #FFFFFF;
    }
    
    .milestone-countdown, .milestone-message {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-top: 0;
    color: #333333;
    }
  4. To answer your first question, I pulled the widget until I could get the presentation right, but your second post was spot on, and now it appears as intended. Thank you very much for your support.

  5. You are welcome.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.