Jump to content

Change text color on Summary Grid

Recommended Posts

1 hour ago, mackenzieu said:

Site URL: https://carrot-bronze-bld8.squarespace.com/4-friday-community-shopping-day

I need to change the titles of this summary block to orange, as well as the dollar amount totals. I'm not finding an easy way to specify this in CSS. Thanks!

Screen Shot 2021-11-23 at 4.00.08 PM.png

try

#block-yui_3_17_2_1_1635878713899_45132 .summary-title {
  color: #e85a2d;
}
#block-yui_3_17_2_1_1635878713899_45132 .summary-excerpt > p strong:last-child{
  color: #e85a2d;
}

image.thumb.png.78ad3d7e930f6467003f91b69ca3d215.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
  • 1 year later...

Im having a difficult time changing the text color for my summary block where I feature my three products. For whatever reason one product has white text and the other two have dark colored text. Ive tried CSS codes and they only seem to alter the color of one while the other two don't change. Any ideas here?

image.thumb.png.8a5826543e8a27055e06935a0dbcdd06.png

Link to comment
On 3/21/2023 at 12:59 PM, klar said:

Im having a difficult time changing the text color for my summary block where I feature my three products. For whatever reason one product has white text and the other two have dark colored text. Ive tried CSS codes and they only seem to alter the color of one while the other two don't change. Any ideas here?

image.thumb.png.8a5826543e8a27055e06935a0dbcdd06.png

Hi,

Can you share link to this page? We can help easier

or you can try this CSS

[enter-data-section-id (whole the code show in top of your screenshot)] * {
	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!)

Link to comment
  • 5 months later...

I am having the same issue with a summary block. There are multiple on the page so I've targeted one in the left sidebar by using the yui tag and copying the code from above, but no luck. Trying to make it white since the background is blue.

https://chiton-butterfly-dmn3.squarespace.com/

This is what I have:

#block-yui_3_17_2_1_1695072154235_637 .summary-title {
    color: white !important;
}

#block-yui_3_17_2_1_1695072154235_637 .summary-excerpt > p strong:last-child{
    color: white;
}
Link to comment
On 9/19/2023 at 4:34 AM, crba said:

I am having the same issue with a summary block. There are multiple on the page so I've targeted one in the left sidebar by using the yui tag and copying the code from above, but no luck. Trying to make it white since the background is blue.

https://chiton-butterfly-dmn3.squarespace.com/

This is what I have:

#block-yui_3_17_2_1_1695072154235_637 .summary-title {
    color: white !important;
}

#block-yui_3_17_2_1_1695072154235_637 .summary-excerpt > p strong:last-child{
    color: white;
}

Use this code

div#block-2a5e9010ab49051c14bf .summary-title-link {
    color: white !important;
}

image.png.3925b414c9c300cdd225861db7411807.png

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

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.