Support

Home Forums Event Espresso Premium CSS for reg form labels

CSS for reg form labels

Posted: January 14, 2016 at 5:02 am

Viewing 1 reply thread


Robert Endersby

January 14, 2016 at 5:02 am

I want to make all question labels bold, this works for required:
.ee-required-label{font-weight:bold; }

But i cannot work out what I need to bold ALL labels inc non required questions. I can bold ALL of a question but I want the checkbox options to be non bold.

Please can you help? A sample form is here http://actuary.eu/registration-checkout/#checkout

thanks,
Rob


Tony

  • Support Staff

January 14, 2016 at 5:18 am

Hi Rob,

The checkout page is based on your session so we can’t view that without adding an event ourselves 🙂

I added an event and had a look over your registration form, you could try something like:

.ee-reg-qstn label:not(.ee-checkbox-label-after) {
    font-weight: bold;
}

Which sets all reg question labels to bold but NOT checkbox labels.

Viewing 1 reply thread

The support post ‘CSS for reg form labels’ 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