mackenzieu Posted November 24, 2021 Share Posted November 24, 2021 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! Beyondspace 1 Link to comment
Beyondspace Posted November 24, 2021 Share Posted November 24, 2021 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! 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; } mackenzieu 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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
mackenzieu Posted November 24, 2021 Author Share Posted November 24, 2021 @bangank36wonderful! Thank you! Beyondspace 1 Link to comment
klar Posted March 21 Share Posted March 21 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? Link to comment
tuanphan Posted March 25 Share Posted March 25 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? 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 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
crba Posted September 18 Share Posted September 18 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
tuanphan Posted September 21 Share Posted September 21 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; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment