Support

Home Forums Event Espresso Premium How do I change the font color of my event registration questions to black?

How do I change the font color of my event registration questions to black?

Posted: January 2, 2015 at 1:44 pm


Spencer Noonan

January 2, 2015 at 1:44 pm

Hi

My site is http://www.london3on3hockey.com. I recently accepted a bunch of updates which has created a couple issues. The first one is – the registration pages used to have a blue background with yellow font. The blue background has disappeared. I am fine with that…and have changed all my custom font to black…but the event registration questions are still yellow font…and I can’t figure out how to change them to black? Here is an example: http://london3on3hockey.com/?page_id=35&ee=1. My Event Espresso version is Version 3.1.36.6.P.

I am not an expert on any of this…so step by step instructions would be appreciated.

Thank you!


Lorenzo Orlando Caum

  • Support Staff

January 2, 2015 at 4:16 pm

Hello Spencer,

You can inspect any element on a page using a free tool like Chrome Developer Tools (available with Google Chrome) or Firebug (available as a web browser extension).

This will show you the CSS that is handling the styling including the file and line number. Then you can add new styling to your child theme’s stylesheet or through a plugin like Reaktiv CSS builder or My Custom CSS.

Your theme has a style to set the form label to the yellow-orange color.

Try this CSS to override it:

.event_espresso_form_wrapper label,
.event_espresso_form_wrapper span.label {
color: black !important;}

Then force refresh to see the changes:

http://en.support.wordpress.com/browser-issues/#force-refresh


Lorenzo

The support post ‘How do I change the font color of my event registration questions to black?’ 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