1999 Posts in 530 Topics by 433 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » change font colour on form input area title!?
Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.
Moderators: martimiz, Nicolaas, Howard, Sean, Ryan M., biapar, Willr, Ingo, Jedateach, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 1475 Views |
-
change font colour on form input area title!?

21 December 2009 at 11:41am
Hi all,
I've been chaning all the fonts and colours so the ecommerce manager matches the rest of the site, except I cannot find how to change the colour of the titles of the input areas of the checkout form!?
I would've thought it would be simple enough but this eludes me? Quick help?
-
Re: change font colour on form input area title!?

21 December 2009 at 12:33pm
Have you got firebug installed or some other developer plugin like WebInspector? That will help track down the style really quickly.
-
Re: change font colour on form input area title!?

21 December 2009 at 2:55pm
Cheers again Willr!
I keep forgetting about that little firebug sitting at the bottom of firefox there.
Ended up adding a quick 'label' class to CheckoutPage.css to force change the colour for all the titles!
label {
color:#F00;
font-size: 10pt;
font-weight: normal;
}
| 1475 Views | ||
|
Page:
1
|
Go to Top |


