MJohn Posted July 28, 2022 Share Posted July 28, 2022 Site URL: https://newmomu.squarespace.com/ pw: newmomu How can I get my CSS to apply to just the 4 columns with text and not the image placed in the background? I've applied a green border-top and an overlay colour. Thanks! Link to comment
tuanphan Posted July 28, 2022 Share Posted July 28, 2022 Hi, What should it look like? 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
MJohn Posted July 28, 2022 Author Share Posted July 28, 2022 The image in the background shouldn't have the green border-top and overlay colour. I don't have a mockup of it. Link to comment
tuanphan Posted July 31, 2022 Share Posted July 31, 2022 Remove border attribute from this code section[data-section-id="62e3e7774593e66ba94256d2"] .user-items-list-carousel .list-item { border-top: 5px solid #30d07d; border-radius: 20px !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
travisandrew Posted December 4, 2022 Share Posted December 4, 2022 Hey guys! Trying to do something similar here, keying in on hover-over animation for only the images with the numbers 1, 2, and 3 listed on them. Here's the link and the code thus far. Appreciate any help! https://hexaflexagon-gopher-sffb.squarespace.com/ PW: dreamrut .sqs-block .fluid-image-container::after { content: 'click'; font-size: 20px; font-type: Brandon Grotesque, helvetica; font-style: bold; position: absolute; top: 0; left: 0; background: #fdebd3; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0 52px; border-radius: 100%; box-sizing: border-box; text-align: center; opacity: 0; transition: opacity 1s; } .sqs-block:hover .fluid-image-container::after { opacity: 0.5; } Link to comment
tuanphan Posted December 9, 2022 Share Posted December 9, 2022 On 12/4/2022 at 12:33 PM, travisandrew said: Hey guys! Trying to do something similar here, keying in on hover-over animation for only the images with the numbers 1, 2, and 3 listed on them. Here's the link and the code thus far. Appreciate any help! https://hexaflexagon-gopher-sffb.squarespace.com/ PW: dreamrut .sqs-block .fluid-image-container::after { content: 'click'; font-size: 20px; font-type: Brandon Grotesque, helvetica; font-style: bold; position: absolute; top: 0; left: 0; background: #fdebd3; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0 52px; border-radius: 100%; box-sizing: border-box; text-align: center; opacity: 0; transition: opacity 1s; } .sqs-block:hover .fluid-image-container::after { opacity: 0.5; } It looks like you solved this or you want to make click text to clickable? 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