Jump to content

[Resolved] Large Basket text colors


CoderJim

Recommended Posts

In black.css, starting about line 109, is a series of rules that apply to the #basket (the page, not the sidebox).

You can add more rules for #basket .price, #basket .label, etc, that will overrule similar rules in common.css starting near line 422.

Link to comment
Share on other sites

For example, start with #basket, then follow with more specific rule selectors having what you want to be different, assuming it is in a container that has a class:

#basket { color: white; }
#basket .price { color: green; }
#basket p { color: orange; }

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...