Jump to content

How can I target the text iin my cart as it won't allow me to change it's style

Recommended Posts

Posted

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;
}
}

Screenshot 2023-09-20 at 16.03.04.png

Posted

@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;
}

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?

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.