onnanosaiki Posted June 27, 2023 Posted June 27, 2023 (edited) My site 7.0, (Beatrice template) shows this "Continue Shopping" button when the cart is empty, as pictured. The text and button are both almost black. How can I change the color or font of the text? Do I need code? url: https://maryrangallery.com/cart Edited June 27, 2023 by onnanosaiki forgot URL
Solution tuanphan Posted June 28, 2023 Solution Posted June 28, 2023 Add to Design > Custom CSS /* Continue shopping button */ a.cart-continue-button { color: white !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!)
onnanosaiki Posted June 28, 2023 Author Posted June 28, 2023 (edited) Thank you! Is there a way to change the font too? @tuanphan Edited June 28, 2023 by onnanosaiki
tuanphan Posted June 29, 2023 Posted June 29, 2023 15 hours ago, onnanosaiki said: Thank you! Is there a way to change the font too? @tuanphan Just add this /* Continue shopping button */ a.cart-continue-button { color: white !important; font-family: monospace !important; font-size: 30px !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment