1. twisterking
  2. Commercial Templates
  3. Wednesday, 31 October 2018
  4.  Subscribe via email
Hi Ciaran,

I need a little help. I'm using the Enterprise template on a new site and I have the login form in the top-2 module which has a dark background. That's why I have changed the module suffix to text-light.

The inputfields of the loginform have a white background, which is okay, but when I type some text in the inputfield the text is also white (because of the text light). Is it possible to add a custom css to make the text that you type darker? Or make the input fields a bit darker?


Website: https://www.bvsittard.nl/
Template: Enterprise
Joomla: 3.9.0

Kind regards,
Luc
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Luc

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

#form-login-username input, #form-login-password input {
color: #555;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
As always: just perfect! :D

Thanks!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!