- Posts: 9
- Thank you received: 0
Change color of fieldset - legend
-
mverkerk
Inactive member - Topic Author
- New Member
Less
More
11 years 8 months ago #28943
by mverkerk
Change color of fieldset - legend was created by mverkerk
Hello,
In Firefox I have two white text lines on a grey background and that is fine.
In Internet Exploter the same text is in black on a grey background and almost not readable.
When I look at the html with Firefox - Firebug then the text is:
<fieldset>
<legend>text</legend>
But I can not find the CSS for these text. Where can I change this to make it white?
Thank you in advance!
Martin Verkerk
In Firefox I have two white text lines on a grey background and that is fine.
In Internet Exploter the same text is in black on a grey background and almost not readable.
When I look at the html with Firefox - Firebug then the text is:
<fieldset>
<legend>text</legend>
But I can not find the CSS for these text. Where can I change this to make it white?
Thank you in advance!
Martin Verkerk
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28954
by ivan.milic
Replied by ivan.milic on topic Change color of fieldset - legend
you did not point us to right element you want to change color, best also send us link that way you will bet solution faster.
The following user(s) said Thank You: mverkerk
Please Log in to join the conversation.
-
mverkerk
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
11 years 8 months ago #28964
by mverkerk
Replied by mverkerk on topic Change color of fieldset - legend
Thank you Ivan,
The website is not online yet. Is there another way to show you more?
Thank you in advance!
Martin Verkerk
The website is not online yet. Is there another way to show you more?
Thank you in advance!
Martin Verkerk
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28968
by ivan.milic
Replied by ivan.milic on topic Change color of fieldset - legend
Well snapshot will be helpful in this case, or describe in words form where that filedset comes
Please Log in to join the conversation.
-
mverkerk
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
11 years 8 months ago #28971
by mverkerk
Replied by mverkerk on topic Change color of fieldset - legend
Hello Ivan,
Attached is a screenshot of the text that is black.
The other attachement is the html.
This registration form is from a payment component. The publisher says that they didn't change the css of this specific part.
KInd regards,
Martin Verkerk
Attached is a screenshot of the text that is black.
The other attachement is the html.
This registration form is from a payment component. The publisher says that they didn't change the css of this specific part.
KInd regards,
Martin Verkerk
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28977
by ivan.milic
Replied by ivan.milic on topic Change color of fieldset - legend
Like this I need something to target that fieldset by some tag class or id , then I could give you css you world add to template_css.css to change color like:
#something fieldset legend{
color:#FFF!important;
}
if you can not handle that send snapshot like second you sent now just showing more parent elements at least some with class or id attribute set.
#something fieldset legend{
color:#FFF!important;
}
if you can not handle that send snapshot like second you sent now just showing more parent elements at least some with class or id attribute set.
The following user(s) said Thank You: mverkerk
Please Log in to join the conversation.
Time to create page: 0.171 seconds