carlknut12 Posted January 22, 2013 Share Posted January 22, 2013 (edited) I would like to increase the font size for "Pay with your card or paypal account" so is gets more clear where click next. Is there any way I can do this? Is the font size for this sentence defined in any CSS file? I am using prestashop 1.5.3 Edited January 24, 2013 by carlknut12 (see edit history) Link to comment Share on other sites More sharing options...
tdr170 Posted January 22, 2013 Share Posted January 22, 2013 Change the font-size under step 5 paiement in global.css. /* step 5 - paiement ************************************************************************** */ .paiement_block { padding:15px; border:1px solid #ccc; font-size:12px; color:#000; background:#f8f8f8 } 2 Link to comment Share on other sites More sharing options...
carlknut12 Posted January 24, 2013 Author Share Posted January 24, 2013 OK thank you. I will try that today. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now