Support

Home Forums Event Espresso Premium Required Question Text

Required Question Text

Posted: June 8, 2013 at 2:57 am


d37toastmasters

June 8, 2013 at 2:57 am

Is there a way to change the color of the required text from brown to bright red?
Is there a way to make the font size identical for all required questions? In the picture below you will see Verdana 8.5 and Verdana 10.

http://lfs-server1.s3.amazonaws.com/wp-content/uploads/2013/06/Required-question-fonts.jpg
Thank you,
Jake


Dean

June 10, 2013 at 12:37 am

Hi,

You could add something like the following to your themes style.css file or via a plugin like My Custom CSS

.event_espresso_form_wrapper label.error, .event_espresso_form_wrapper span.error {
font-size:12px;
}
.event_espresso_form_wrapper input.error {
font-size:12px;
}


d37toastmasters

June 10, 2013 at 3:44 am

Thank you, this took care of the font size. Is there a way to make the verbiage in bright red color?


Dean

June 10, 2013 at 4:18 am

Yep, just add

color:#FF0000;

Use something like http://html-color-codes.info/ or google HTML Colour codes to find a full list.


d37toastmasters

June 10, 2013 at 4:30 am

Where do you add this? If this is custom CSS code then it did not work.

Thank you,

Jake


Dean

June 10, 2013 at 4:40 am

IT goes in with the other code, sorry, I should have been clear on that

.event_espresso_form_wrapper label.error, .event_espresso_form_wrapper span.error {
font-size:12px;
  color:#FF0000;
}
.event_espresso_form_wrapper input.error {
font-size:12px;
  color: #FF0000;
}


d37toastmasters

June 10, 2013 at 4:47 am

It worked great, thank you

Jake

The support post ‘Required Question Text’ 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