Nondys Posted September 11, 2020 Share Posted September 11, 2020 Site URL: https://lindyglow.squarespace.com/ Hello, I'm hoping someone can help me figure out how to change the color of the collage block. I know you can change it in the style editor, but I would like to change it through CSS. I have two collage blocks on my client's site and I'd like one of them to have a different colored background. I'm trying to find the code to target it. Here's what I was able to find and come up with: I can't seem to figure out how to put them in order and target that collage block to change its text box color. .image-card-wrapper .image-card sqs-dynamic-text-container .image-title-wrapper .image-title .sqs-dynamic-text See collage block towards the bottom, I'd like the color to be white so that it doesn't blend in with the pink background.https://lindyglow.squarespace.com/services Password: glow Link to comment
tuanphan Posted September 12, 2020 Share Posted September 12, 2020 Use this CSS div#block-yui_3_17_2_1_1599698725699_50131 .image-card { background: red; } Find image block id. https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde 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
Nondys Posted September 12, 2020 Author Share Posted September 12, 2020 @tuanphan It worked! Thank you so much! I knew it was easy enough I forgot the div when trying to do this myself. Thank you! Link to comment
IMO Posted June 2, 2021 Share Posted June 2, 2021 What about using an image as background for all collage image blocks, meaning site-wide? On 9/12/2020 at 10:43 PM, tuanphan said: Use this CSS div#block-yui_3_17_2_1_1599698725699_50131 .image-card { background: red; } Find image block id. https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde Link to comment
tuanphan Posted June 3, 2021 Share Posted June 3, 2021 On 6/2/2021 at 11:24 AM, IMO said: What about using an image as background for all collage image blocks, meaning site-wide? Try this div#block-yui_3_17_2_1_1599698725699_50131 .image-card { background-image: url(https://cdn.pixabay.com/photo/2020/12/14/11/18/cat-5830643__340.jpg); background-repeat: no-repeat; background-size: cover; } IMO 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
RolandFuseHub Posted September 15, 2021 Share Posted September 15, 2021 Hi @tuanphan Would it be possible to change the background of the Image Block Collage Text block on Hover to achieve the below idea? Cheers, Roland I run FuseHub Creative Group, a syndicate of creatives from all over the world with one common goal - to develop creative and strategic solutions for ambitious organizations, and develop cool plugins which you can find on the SQS Mods platform - Circle Members always get a 10% discount with this code: SQSMOD10. Link to comment
tuanphan Posted September 16, 2021 Share Posted September 16, 2021 14 hours ago, RolandFuseHub said: Hi @tuanphan Would it be possible to change the background of the Image Block Collage Text block on Hover to achieve the below idea? Cheers, Roland Possibile. If you share link to page in screenshot, we can give code easier 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
RolandFuseHub Posted September 16, 2021 Share Posted September 16, 2021 3 hours ago, tuanphan said: Possibile. If you share link to page in screenshot, we can give code easier Hi @tuanphan https://devstanbury.squarespace.com/?password=sneakpeek Early development... Thanks mate! I run FuseHub Creative Group, a syndicate of creatives from all over the world with one common goal - to develop creative and strategic solutions for ambitious organizations, and develop cool plugins which you can find on the SQS Mods platform - Circle Members always get a 10% discount with this code: SQSMOD10. Link to comment
tuanphan Posted September 19, 2021 Share Posted September 19, 2021 On 9/16/2021 at 11:16 PM, RolandFuseHub said: Hi @tuanphan https://devstanbury.squarespace.com/?password=sneakpeek Early development... Thanks mate! Use this CSS .design-layout-collage .image-card { background-color: red !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
RolandFuseHub Posted September 19, 2021 Share Posted September 19, 2021 25 minutes ago, tuanphan said: Use this CSS .design-layout-collage .image-card { background-color: red !important; } I was hoping to have that box turn red on hover? 😉 I run FuseHub Creative Group, a syndicate of creatives from all over the world with one common goal - to develop creative and strategic solutions for ambitious organizations, and develop cool plugins which you can find on the SQS Mods platform - Circle Members always get a 10% discount with this code: SQSMOD10. Link to comment
tuanphan Posted September 20, 2021 Share Posted September 20, 2021 13 hours ago, RolandFuseHub said: I was hoping to have that box turn red on hover? 😉 Red when hovring text, or hovering whole image/text? 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
RolandFuseHub Posted September 20, 2021 Share Posted September 20, 2021 1 hour ago, tuanphan said: Red when hovring text, or hovering whole image/text? Red when hovering over the Text Card with the text in it. 🙏🏽 I run FuseHub Creative Group, a syndicate of creatives from all over the world with one common goal - to develop creative and strategic solutions for ambitious organizations, and develop cool plugins which you can find on the SQS Mods platform - Circle Members always get a 10% discount with this code: SQSMOD10. Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 On 9/20/2021 at 9:43 PM, RolandFuseHub said: Red when hovering over the Text Card with the text in it. 🙏🏽 It looks like you changed layout. Do you still need help? 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
RolandFuseHub Posted September 24, 2021 Share Posted September 24, 2021 1 hour ago, tuanphan said: It looks like you changed layout. Do you still need help? My apologies... we just changed it and should've told you. I run FuseHub Creative Group, a syndicate of creatives from all over the world with one common goal - to develop creative and strategic solutions for ambitious organizations, and develop cool plugins which you can find on the SQS Mods platform - Circle Members always get a 10% discount with this code: SQSMOD10. 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