- Posts: 6
- Thank you received: 0
Customize Registration Buttons
- Carlos
- Topic Author
- Offline
- New Member
-
Less
More
12 years 2 months ago #26812
by Carlos
Customize Registration Buttons was created by Carlos
I would like to be able to customize the registration buttons on the form, I need to change the color of the text, make it bold, and change the text Process Registration to Next.
Thanks for your help,
Carlos
Thanks for your help,
Carlos
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 2 months ago #26824
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Customize Registration Buttons
Hi Carlos
If you want to change the text of the button, you can go to Events Booking->Translation to change it.
If you want to change the color of the button, it is something related to css. Please send me the link to the page and I will have a look at it, then guide you.
If you know Firefox, maybe you can try to use Firebug add on for Firefox. It helps finding and editing css very easy.
Tuan
If you want to change the text of the button, you can go to Events Booking->Translation to change it.
If you want to change the color of the button, it is something related to css. Please send me the link to the page and I will have a look at it, then guide you.
If you know Firefox, maybe you can try to use Firebug add on for Firefox. It helps finding and editing css very easy.
Tuan
Please Log in or Create an account to join the conversation.
- Damien Gillam
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
12 years 2 months ago #27507
by Damien Gillam
Replied by Damien Gillam on topic Re: Customize Registration Buttons
Hi, Tuan
I too need to change the color of the text on the buttons of our registration page. I looked through the css but could not locate it. Here is a link to the page. We purchased the component in January 2013. This is our first use of it.
www.pointoflightchurch.org/index.php/poi...iew_event&event_id=1
I too need to change the color of the text on the buttons of our registration page. I looked through the css but could not locate it. Here is a link to the page. We purchased the component in January 2013. This is our first use of it.
www.pointoflightchurch.org/index.php/poi...iew_event&event_id=1
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 2 months ago #27531
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Customize Registration Buttons
You can follow the instructions below :
1. Open the file components/com_eventbooking/assets/css/style.css
2. Find the code below :
3. Change it to :
After that, it should look OK . Please note in the above code, I set color to #000; You can change it to the color you want.
Hope that helps .
Tuan
1. Open the file components/com_eventbooking/assets/css/style.css
2. Find the code below :
Code:
.eb_taskbar li a {
display: block;
padding: 4px 15px;
background: url(../images/button.png) #F8F8F8 bottom repeat-x;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
3. Change it to :
Code:
.eb_taskbar li a {
display: block;
padding: 4px 15px;
background: url(../images/button.png) #F8F8F8 bottom repeat-x;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
color : #000;
}
After that, it should look OK . Please note in the above code, I set color to #000; You can change it to the color you want.
Hope that helps .
Tuan
Please Log in or Create an account to join the conversation.
- Damien Gillam
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
12 years 2 months ago #27594
by Damien Gillam
Replied by Damien Gillam on topic Re: Customize Registration Buttons
Hi Tuan
Thanks for your help, the text is now readable.
Thanks for your help, the text is now readable.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 2 months ago #27638
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Customize Registration Buttons
Great. Thanks for the info .
Tuan
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
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.