Oliokd123 Posted September 20 Share Posted September 20 Hi how can I target the pale cream text so it's the same colour on this page ( #232323) ? So far I have added this code and it hasn't changed it. #cart { color: #232323; } } Link to comment
Lesum Posted September 20 Share Posted September 20 @Oliokd123 Add this code at the end of everything you've added so far: h2.cart-title { color: #232323 !important; } .cart-container { color: #232323 !important; } .cart-row-desc a { color: #232323 !important; } .cart-row-variants p { color: #232323 !important; opacity: 1 !important; } .cart-row-qty-dec { opacity: 1 !important; } .cart-row-remove { opacity: 1 !important; } .cart-summary { color: #232323 !important; } tuanphan 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment