aina Posted July 28 Share Posted July 28 Hi! I would like to change the message of the shopping cart section; instead of 'You have nothing in your shopping cart' for it to say 'Your bag is empty' . Is that possible? Thank you in advance, Link to comment
tuanphan Posted July 29 Share Posted July 29 You can add this to Design > Custom CSS p.empty-message { font-size: 0; } p.empty-message:before { content: "Your bag is empty"; font-size: 18px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
aina Posted August 2 Author Share Posted August 2 On 7/29/2023 at 10:13 AM, tuanphan said: You can add this to Design > Custom CSS p.empty-message { font-size: 0; } p.empty-message:before { content: "Your bag is empty"; font-size: 18px; } When I add this, this happens: Link to comment
Solution tuanphan Posted August 3 Solution Share Posted August 3 Try this new code. If if doesn't work, please share your site url, we can check easier p.empty-message { font-size: 0 !important; } p.empty-message:before { content: "Your bag is empty"; font-size: 18px !important; } aina 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
aina Posted August 3 Author Share Posted August 3 This worked perfectly, thank you! tuanphan 1 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