How to change color of the field labels in registration form

  • Gilles Girard
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 months 3 weeks ago #159885 by Gilles Girard
Hi,
In the individual registration form for an event, the field labels color is the same of he background.
How can I change color for these field labels?
Thanks!

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
8 months 3 weeks ago #159894 by Tuan Pham Ngoc
Hello Gilles

Actually, this is controlled by your site template css. Please send us link to the page, we will look at it and guide you to change the color by adding some custom css

Tuan

Please Log in or Create an account to join the conversation.

  • Gilles Girard
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 months 3 weeks ago #159897 by Gilles Girard
Hi Tuan,
the link is :
createursdunouveaumonde.org/index.php/te...ividual-registration

The paragraph text <p> of this template is white (no choice).
Normally I use H3 for the text, <p> is use for the bottom page.

Thanks for your reply.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
8 months 3 weeks ago #159906 by Tuan Pham Ngoc
Hello Gilles

I just checked and the font of the field label is not the same color as the background of the page as you said

The color code is #333333, it is the text color of your whole site. I don't know why you want to change it because it looks the same as everywhere on your site.

If you want to make change, go to Events Booking -> Configuration, look at Custom CSS tab and put the css code below:
Code:
.eb-container p, .eb-container .eb-message, .eb-container h3.eb-heading, .eb-container .form-control-label { color: #000; // can change to other colors }
Please try to make the change and let us know if you still have questions

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Gilles Girard
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 months 3 weeks ago #159908 by Gilles Girard
Hi,

I just find a solution.

Thanks for your time.
Regards

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
8 months 3 weeks ago #159909 by Tuan Pham Ngoc
OK, great ! Thanks for the update

Tuan

Please Log in or Create an account to join the conversation.