Change Font Color on Checkout Page

I am trying to figure out how to change the font of the default text within the Coupon Code box (see attachment).



I'm sure it's an easy CSS fix, but I am having a hard time finding where the CSS file is located. Thanks ahead of time for the help!

Screen Shot 2012-06-11 at 5.44.01 PM.png

Hi

try this





.discount-coupon .cm-hint {
color: #ff0000 !important;
}




in skins/basic/customer/styles.css after line 2297.



Fotis

dvsgr, thanks for the reply. I don't have a “customer” file in the basic directory. All I have is an Admin folder and a Mail folder…thoughts?

[quote name='jpfaender' timestamp='1339612457' post='138634']

dvsgr, thanks for the reply. I don't have a “customer” file in the basic directory. All I have is an Admin folder and a Mail folder…thoughts?

[/quote]



There has to be a customer folder. Your site wouldn't work without it. It should be under /skins/basic/customer/



You may want to check the permissions on the customer folder if for some reason its not showing up for you.



BTW: Like the shirts on your site.

Hi



Solesurvivor is right.



What king of FTP are you using? Is it FireFtp for Firefox cause sometimes you need to refresh view (f5).



Did you try to do that through the template editor in design menu in admin?



Fotis

Thanks guys, I found it! I appreciate all of the help…