Guest Posted November 4, 2020 Share Posted November 4, 2020 Hi! Im trying to change the color and alignment of a text-box of an image element. This is my CSS code: *{ font-family: Maven Pro; } .header-nav { visibility: hidden; } .scrollup { width: 40px; height: 40px; display: block; } .image-card-wrapper{ filter: drop-shadow(2px 4px 8.5px #C0C0C0); } //Alignment change p{ text-align: justify; } // The color change .white-bold .sqs-block-image .design-layout-collage .image-card { background-color: white; } In the editor y have no problems, i see it perfectly aligned and the color changed but on live these changes aren't applied (the rest, like the scrollup and the shadow yes). I checked syntax and no problems or warning. Link to comment
Beyondspace Posted November 4, 2020 Share Posted November 4, 2020 Please show us your current live site url BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! 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
Guest Posted November 4, 2020 Share Posted November 4, 2020 @bangank36 this is the website https://www.thepopifycompany.com/quienes-somos Thank you! Link to comment
tuanphan Posted November 6, 2020 Share Posted November 6, 2020 Try !important; example .white-bold .sqs-block-image .design-layout-collage .image-card { background-color: #fff !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
Guest Posted November 7, 2020 Share Posted November 7, 2020 It worked adding !important. Thank you very much @tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.