Font in Event Booking can be changed?
- Tuan Pham Ngoc
- Offline
- Administrator
Less
More
14 years 1 week ago #6720
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Font in Event Booking can be changed?
Hi
The inputbox use default Joomla css class .inputbox. So you can change the css in your site template. If you send me the link to your page, I will tell you exactly where to change it .
Thanks,
Tuan
The inputbox use default Joomla css class .inputbox. So you can change the css in your site template. If you send me the link to your page, I will tell you exactly where to change it .
Thanks,
Tuan
Please Log in or Create an account to join the conversation.
- markjshaw88
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 0
14 years 1 week ago #6721
by markjshaw88
Replied by markjshaw88 on topic Re: Font in Event Booking can be changed?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
14 years 1 week ago #6722
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Font in Event Booking can be changed?
Hi
Please open the file templates/siteground-j15-157/css/template.css, look at line 50 :
change it to :
After that, It will look better (you can change the color attribute to what you want) .
Thanks,
Tuan
Please open the file templates/siteground-j15-157/css/template.css, look at line 50 :
Code:
input {
color: #ccc;
outline: none;
margin: 0;
}
change it to :
Code:
input {
color: black;
outline: none;
margin: 0;
}
After that, It will look better (you can change the color attribute to what you want) .
Thanks,
Tuan
Please Log in or Create an account to join the conversation.
- markjshaw88
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 0
14 years 1 week ago #6723
by markjshaw88
Replied by markjshaw88 on topic Re: Font in Event Booking can be changed?
Thanks Tuan!!
Another 5 stars coming your way.
Another 5 stars coming your way.
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.