Support

Home Forums Event Espresso Premium How do I change the registration form colors?

How do I change the registration form colors?

Posted: August 8, 2017 at 9:36 am

Viewing 2 reply threads


SeaLight

August 8, 2017 at 9:36 am

I can’t seem to find where to change the colors of the ‘Steps’ heading in the registration form. Is there a spot I can change that?

Registration Screenshot


Tony

  • Support Staff

August 8, 2017 at 12:23 pm

Hi there,

There is not option to change that text but you can add your own CSS to change the color, something like this:

#ee-single-page-checkout-dv #spco-steps-big-hdr, 
#ee-single-page-checkout-dv .spco-steps-display-hdr{
    color: #000;
}
#ee-single-page-checkout-dv .inactive-step .spco-step-big-nmbr {
    color: grey;
}

Will change the text colour to black and set the inactive steps to grey.

You can add that within Dashboard -> Appearance -> Customize -> Custom CSS.


SeaLight

August 8, 2017 at 12:35 pm

Perfect thanks! That’s exactly what I needed.

Viewing 2 reply threads

The support post ‘How do I change the registration form colors?’ 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