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
Changing the font weight for section heading | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Changing the font weight for section heading

Changing the font weight for section heading

Posted: July 20, 2013 at 6:40 pm

Viewing 1 reply thread


Jennifer Benn

July 20, 2013 at 6:40 pm

Hi. I’ve tried to change the font weight of “registration details” in the CSS code. I’ve tried both of these, but they are not working. Can you advise please?

h3.section-heading {font-weight: 350 !important;}
.section-heading {font-weight: 350 !important;}

http://worldofvirtues.com/all-workshops/


Sidney Harrell

  • Support Staff

July 21, 2013 at 7:23 pm

both of those are still getting overridden by http://worldofvirtues.com/wp-content/uploads/espresso/templates/css/espresso_default.css line 132:
.event_espresso_form_wrapper h3
try changing your first rule to:
.event_espresso_form_wrapper h3.section-heading {font-weight: 350;}
in general, it’s better to use greater specificity to override an existing rule, rather than using !important.

Viewing 1 reply thread

The support post ‘Changing the font weight for section heading’ 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