Font in Event Booking can be changed?

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

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

More
14 years 1 week ago #6721 by markjshaw88

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

More
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 :
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.

More
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.

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

Moderators: Tuan Pham Ngoc