- Posts: 3
- Thank you received: 0
How to change the white text color in Contact
-
Plugje
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 10 months ago #7699
by Plugje
How to change the white text color in Contact was created by Plugje
I want to change the white text color in the Contact and Contact Form. Where can I do that?
I use the Template Style 2.
I use the Template Style 2.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #7714
by ivan.milic
Replied by ivan.milic on topic Re: How to change the white text color in Contact
Hi,
that is in
template_css.css
.inputbox {
border: 1px solid #00D8DC;
color: white;
padding: 3px 6px;
background: black;
}
that is in
template_css.css
.inputbox {
border: 1px solid #00D8DC;
color: white;
padding: 3px 6px;
background: black;
}
Please Log in to join the conversation.
-
Plugje
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
13 years 10 months ago - 13 years 10 months ago #7944
by Plugje
Replied by Plugje on topic Re: How to change the white text color in Contact
That is the color of the searchbox. I found it already:
But the contact form still has white text. I give up on this and installed a form module.
Code:
address span.contact-street {
padding:0 8px 0 0;
display:block;
color: black
}
address span.contact-suburb,
address span.contact-state,
address span.contact-postcode,
address span.contact-country {
padding:0 8px 0 25px;
display:block;
color: black
But the contact form still has white text. I give up on this and installed a form module.
Last edit: 13 years 10 months ago by Plugje.
Please Log in to join the conversation.
Time to create page: 0.164 seconds