yooper906 Posted August 8 Share Posted August 8 (edited) I tried injecting some code to change the empty cart message, font, and layout because it's super small and left justified and looks kinda bad. The code didn't work. Is it even possible to mess with that at all? Am I missing something? www.yooperlife.shop pw: yeeyee Edited August 9 by yooper906 url disappeared Link to comment
Lesum Posted August 8 Share Posted August 8 @yooper906 Can you share your site URL for context? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
tuanphan Posted August 12 Share Posted August 12 On 8/9/2024 at 6:06 AM, yooper906 said: www.yooperlife.shop/home You can use this code to Website Tools > Custom CSS h2.cart-title { font-size: 40px; text-align: center; } p.empty-message { font-size: 20px; text-align: center; } a.cart-continue-button { margin: 0 auto; position: relative; left: 50%; transform: translateX(-50%); font-size: 30px !important; padding: 20px 40px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Solution yooper906 Posted August 12 Author Solution Share Posted August 12 Awesome, thank you so much! Link to comment
yooper906 Posted August 12 Author Share Posted August 12 Is there a way to customize the message or do the site setting override that? Link to comment
tuanphan Posted August 12 Share Posted August 12 7 hours ago, yooper906 said: Is there a way to customize the message or do the site setting override that? Change this text only or both title, text + button? Use this CSS code p.empty-message { visibility: hidden; } .empty-message:before { visibility: visible; content: "New Text Cart"; font-size: 20px; text-align: center; display: block; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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