- Posts: 11
- Thank you received: 0
How to change color of the field labels in registration form
- Gilles Girard
- Topic Author
- Offline
- New Member
-
Less
More
1 year 7 months ago #159885
by Gilles Girard
How to change color of the field labels in registration form was created 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!
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
- Offline
- Administrator
-
1 year 7 months ago #159894
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to change color of the field labels in registration form
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
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
-
Less
More
- Posts: 11
- Thank you received: 0
1 year 7 months ago #159897
by Gilles Girard
Replied by Gilles Girard on topic How to change color of the field labels in registration form
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.
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
- Offline
- Administrator
-
1 year 7 months ago #159906
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to change color of the field labels in registration form
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:
Please try to make the change and let us know if you still have questions
Regards,
Tuan
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
}
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Gilles Girard
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
1 year 7 months ago #159908
by Gilles Girard
Replied by Gilles Girard on topic How to change color of the field labels in registration form
Hi,
I just find a solution.
Thanks for your time.
Regards
I just find a solution.
Thanks for your time.
Regards
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
1 year 7 months ago #159909
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to change color of the field labels in registration form
OK, great ! Thanks for the update
Tuan
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.