[SOLVED] Problems with form colors
- micropalla
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
I have some problems with forms.
As you can see I have white text on white background.
I tried to change sometinhg in the customizer but nothing happened.
Can you help me?
www.needforring.com/index.php/faq-2?view...search&id_employee=1
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
you have to change the color manually with css/custom.css
Here is the instruction how to find the css classes
www.joomlaplates.com/template-customizing
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
- micropalla
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Can you help me in some way?
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
color: #000;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #fff;
}
www.joomlaplates.com/support/documentation/custom-css-in-joomla
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
- micropalla
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Thank you!!!!!
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic [SOLVED] Problems with form colors
Posted 5 years 7 months ago #23357www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.