Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Required Question Text | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Required Question Text

Required Question Text

Posted: June 8, 2013 at 2:57 am

Viewing 6 reply threads


Jake Vizner

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

  • Support Staff

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;
}


Jake Vizner

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

  • Support Staff

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.


Jake Vizner

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

  • Support Staff

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;
}


Jake Vizner

June 10, 2013 at 4:47 am

It worked great, thank you

Jake

Viewing 6 reply threads

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 - Staging Server