Changing the text color in the shopping cart
rutt
Registered Users Posts: 6,511 Major grins
I'd like to make the shopping cart bar be black on white instead of white on gray. This would look a lot nicer on a light background theme. I figured out how to change the background from gray to white:
But now it's white on white. So I tried:
But no dice; still white on white. What am I doing wrong?
.toolbox {background-color: #ffffff;}
But now it's white on white. So I tried:
.toolbox {color: #000000; background-color: #ffffff;}
But no dice; still white on white. What am I doing wrong?
If not now, when?
0
Comments
.nav {
color: #000000;
}
Ah, "a.". Thank you!
Sorry, was too busy working on a new widget to check back
Not sure why I checked this thread, as I understand nothing of it...
...but the words "new widget" got me very excited.
Dgrin FAQ | Me | Workshops
Try changing the font-size to 20pt. Whoa! all of a sudden it's WAY too big.
The color of the font is a little bit trickier to understand, but the beauty is that you don't have to. Try changing color: #FFF; to color: red; Now your text is red!
Try it out. Have fun.
-Winn