sybfire Posted July 16 Share Posted July 16 Hi, I'd like to be able to make the text for my cart bigger. Ideally, I'd also like this text to appear centered in the middle of the screen rather than being aligned to the left hand side. If it is possible, I'd also like to change what the text says ("you have nothing in your shopping cart"). Thanks! Link to comment
MayaViolet Posted July 19 Share Posted July 19 Hi @sybfire, try this: div#sqs-cart-container { text-align: center !important; } h2.cart-title { text-align: center; font-size: 50px !important; // insert desired font size here } Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment