Colours
Schalk Eloff created the topic: Colours
Hi, apologies if this has been answered somewhere in the forum but we cannot find a solution. We created a form and some of the text boxes seem to have a light gray background around the input-box. We want to change this to white but cannot find this property in CSS. We even changed all the colours in CSS but that colour did not change.
Please Log in or Create an account to join the conversation.
-
Topic Author
- Schalk Eloff
- Offline
- Fresh Boarder
-
- Posts: 1
- Thank you received: 0
11 years 2 months ago
Administrator replied the topic: Re: Colours
Dear Schalk,
Please give us a link to the site and we will try to help you with the css of
WordPress Form Plugin
.
Best regards
Web-Dorado team
Please Log in or Create an account to join the conversation.
-
- Administrator
- Offline
- Administrator
-
- Posts: 800
- Thank you received: 62
11 years 2 months ago
E-50 replied the topic: Re: Colours
Hi there I am having the same issue. titles for the fields seem to be highlighted.
what should I do?
datarecoveryhalifax.ca/
Please Log in or Create an account to join the conversation.
10 years 11 months ago
Support replied the topic: Re: Colours
Dear E-50,
You can remove highlights by adding this small css class to your themes style.css
.label, .badge {
text-shadow: 0 0 0 transparent !important;
background-color: transparent !important;
}
Best regards,
Web-Dorado team
Joomla extensions ,
Wordpress plugins ,
Drupal modules
Please Log in or Create an account to join the conversation.
10 years 11 months ago