Milestone Widget

  • Unknown's avatar

    My widget is in my widget section but does not show up on my blog. The “Milestone” Widget originally was on the blog but was so light you could not read it and now it does not display at all. What can I do? Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Right now, your Milestone widget is set to be displayed on your date archive pages. For example, you can see it on your 2013 yearly archive page here: http://cadyluckleedy.com/2013/

    You can adjust the widget visibility under Appearance > Widgets in your dashboard. If you click on the Milestone widget and click on the Visibility button, you can select where you want the widget to appear. We have more information about visibility settings here: http://en.support.wordpress.com/widgets/#widget-visibility

    I reported the issue about the widget’s colors to our theme team, so they will take a look at this. In the meantime, you can use custom CSS to change those colors if you’d like.

    To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the following CSS:

    .milestone-header {
    background-color: black;
    color: white;
    }
    
    .milestone-countdown, .milestone-message {
    background-color: white;
    color: black
    border-color: black;
    }

    This code will make the Milestone widget black and white, but you can adjust the color values in the code if you want different colors.

    Please let me know if you have any questions about this!

  • The topic ‘Milestone Widget’ is closed to new replies.