Where in the css do I change the text size for the shipping and contact pages? Also want to change the text size in ezpages. Have looked in css but can't find it. Any suggestions? Thank you.
Where in the css do I change the text size for the shipping and contact pages? Also want to change the text size in ezpages. Have looked in css but can't find it. Any suggestions? Thank you.
Find the file CSS_read_me.txt in your templates/classic/css folder. It tells you how to make a stylesheet which will apply to just one page.
In that stylesheet, modify the text size as you wish, perhaps by redefining the body declaration. Something like...
body { font-size: 80%; }
You don't need to add anything else to that extra stylesheet. Everything else will be picked up from your main stylesheet.
HTH
Rob
Thank you. That' really great, I am able to change the background image in specific pages too!