Re: Stylesheet.ccs Problem
Quote:
Originally Posted by
expensivedesign
Hi all,
Shopping cart process, step 2 and 3 there are boxes one is free shipping, walk in, discount coupon, the title of those box are black and I need change to white, I can't find that section on stylesheet.ccs Can anyone tell me where is it locate? I tried all possible ones, none of them changed the color. The box lines are white but not the title itself.
Titles of those boxes are LEGEND
Re: Stylesheet.ccs Problem
Thanks for help, but I checked there was no color option. This is what it has only.
LEGEND {
font-weight: bold;
padding: 0.3em;
}
Should I add color: FFFFFF right after padding: 0.3em?
Re: Stylesheet.ccs Problem
That's where it would go, but it would be color:#ffffff;
The Web Developer plugin for the Firefox browser lets you test stuff like this without actually changing your site. Very handy tool.
Re: Stylesheet.ccs Problem
Thanks for help. I fixed it.