Widgets not working
-
Is there a way to change the color of my “milestone” Widget? It currently appears in a light peach color and is barely readable….I would love to have it appear in a dark color. Secondly, my “Up Coming Event” & “Twitter” Widgets are not updating…how do we fix this?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Is there a way to change the color of my “milestone” Widget?
You can use custom CSS to change the colors in your milestone widget. 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 to change this widget:
.milestone-header { background-color: black; color: white; } .milestone-countdown { background-color: white; color: black; border-color: black; }You can replace “white” and “black” above with other colors to change the colors used in the widget.
You can learn more about custom CSS on these pages: Editing CSS and CSS Basics
Secondly, my “Up Coming Event” & “Twitter” Widgets are not updating…how do we fix this?
Right now, your Upcoming Events widget is set to display the next four upcoming events on the calendar you selected for the widget. Are there other events that should be appearing there instead? If so, please check to make sure they are added to the right calendar. If they are on the right calendar and still don’t show up in the widget, please let me know and I can take another look.
For Twitter, I see that you are still using the Twitter widget. Due to changes that Twitter made, you will need to switch to the Twitter Timeline Widget for it to work properly.
If you have any other questions, please let me know! :)
- The topic ‘Widgets not working’ is closed to new replies.