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


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

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.

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