ziebol1 Posted January 14, 2022 Share Posted January 14, 2022 (edited) Site URL: https://khaki-gerbil-cdd4.squarespace.com/ Hi all! pass: modern84 I managed to customize the css for shopping cart, however changing the color of variant font eludes me. any help appreciated! Edited January 14, 2022 by ziebol1 one problem resolved Link to comment
tuanphan Posted January 15, 2022 Share Posted January 15, 2022 Add to Design > Custom CSS /* cart page variant info color */ div.variant-info * { color: #f1f; } ziebol1 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
ziebol1 Posted January 15, 2022 Author Share Posted January 15, 2022 5 hours ago, tuanphan said: /* cart page variant info color */ div.variant-info * { color: #f1f; } Thanks, this works partially- theres some kind of opacity- so when I set color:black; its still grey. I would appreciate your further help- my goal is to set the font color to black. Link to comment
creedon Posted January 15, 2022 Share Posted January 15, 2022 Quote theres some kind of opacity Try adding the following. .variant-info { opacity : 1 !important; } Let us know how it goes. ziebol1 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
ziebol1 Posted January 15, 2022 Author Share Posted January 15, 2022 1 hour ago, creedon said: Let us know how it goes. like magic 🙂 thanks guys! creedon 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