Is there a way to change the size of the title of the product in the checkout menu?
Is there a way to change the size of the title of the product in the checkout menu?
What page is this on??
1of3 is shipping
2of3 is payment
3of3 is the only one with product info
Find and separate out this tag - add the font size and adjust to suit
Code:.cartProductDisplay { font-size: 1.5em; padding: 0.5em 0em; }
Zen-Venom Get Bitten
I'm sorry, I meant the summary right before the summary page.
Expand on where & how to get this page displayed & a link to your siteI'm sorry, I meant the summary right before the summary page.
Zen-Venom Get Bitten
http://www.criticalwire.com/prp/prod...=shopping_cart
You get here by adding a product to your shopping cart and then viewing the shopping cart.
Add this to your stylesheet and adjust size as desired
Code:.cartProductDisplay a:link { font-size: 1.5em; }
Zen-Venom Get Bitten