Support

Home Forums Translations change font color of the widget on the sidebar

change font color of the widget on the sidebar

Posted: April 19, 2013 at 6:17 pm


Lisa McCarthy

April 19, 2013 at 6:17 pm

I’m running the newest version of wordpress and the market template.  I just installed the latest version of event espresso and added the widget to my sidebar.  Unfortunately the color of the font used on the side bar is a bright blue and can’t be seen on the sidebar background.  Any suggestions on how to change the font color of the sidebar?  Any help would be appreciated.  my site is http://www.compasspointquilts.com


Dean

April 22, 2013 at 1:19 am

Hello Lisa,

Your site is down so its hard to say exactly, but I am positive it will just require a small CSS addition to your themes style.css of a plugin such as My Custom CSS.

This code changes the link colours in the Upcoming Event Widget, however you may need to tweak the id/class to get it to work with your theme.

X equals the widget number, if you are using Chrome you can right click the widegt and select Inspect element, and look for id=”events-widget-X” for the number.

#events-widget-X a {
color: #000; /* #000 = black */
}

The support post ‘change font color of the widget on the sidebar’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso