You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
The default invoice produces grey text and I need to change this to black. I understand that by default, the invoice uses the same css as the rest of the shopping cart (all.css) however I cannot tell what controls that grey text in the css file.
Does anyone know?
Offline
If it's just for the printable version of the invoice, putting this in all.css should set the styles for just the text on the printable invoice without changing the in-store invoice.
#printable .regtable{color:#000;}
Also, if you ever need to figure out where in the CSS to edit something, Chrome's built in Inspect function or the Firebug extension for Firefox are VERY useful.
Last edited by JDLS88 (08-12-2011 14:16:25)
Offline
And, for those of us abject amateurs, where do we find all.css?
Thanks,
Roy Doucette
Offline
Roy,
its in the skin file you are using for your site, while in admin go to System Dashboard > System > Displays > Display Skins then click update for the skin you are using, then scrool down till you see the all.css file.
John
Offline
Thanks, John. Now, if someone would give me the link for the four hundred page manual, The Care and Feeding of CCP8, I would really appreciate it.
Offline