ninabrowndesign Posted November 8, 2020 Posted November 8, 2020 Site URL: https://lime-oleander-s6sf.squarespace.com/ Hi. For reasons I cannot understand, all my code effects have disappeared! The code is still there in Design > Custom CSS, but non of the effects are apparent on my website, including the code injection on the headers for resources and news. ?? Password: heritage Thanks!
ninabrowndesign Posted November 8, 2020 Author Posted November 8, 2020 Here is all my current code: { filter: brightness(100%); transition: all .4s; } .sqs-block-image-link:hover img { filter: brightness(100%); transform: scale(1.1); } .sqs-block-image .design-layout-poster .image-card { background-color: rgba(0,0,0,0.5); padding: 20px; } /* Dropdown color */ .header-nav-folder-content { background-color: rgba(0,0,0,0.5) !important; } Thanks
Beyondspace Posted November 8, 2020 Posted November 8, 2020 Is this missing the selector or you missed it when copy from the custom css? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ninabrowndesign Posted November 8, 2020 Author Posted November 8, 2020 I made a slight adjustment this am, I have deleted something?! I'm not sure what though as I'm not fluent in code at all.
ninabrowndesign Posted November 8, 2020 Author Posted November 8, 2020 But it look exactly the same as before...
Beyondspace Posted November 8, 2020 Posted November 8, 2020 I can have a look at your set up if you want, via collaborator bangank36@gmail.com BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ninabrowndesign Posted November 8, 2020 Author Posted November 8, 2020 Yes please thank you, do I need to add you?
Beyondspace Posted November 8, 2020 Posted November 8, 2020 1 hour ago, ninabrowndesign said: Yes please thank you, do I need to add you? Yes BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ninabrowndesign Posted November 8, 2020 Author Posted November 8, 2020 Would this have anything to do with me switching from trial to personal plan? Just a thought.
Beyondspace Posted November 8, 2020 Posted November 8, 2020 2 minutes ago, ninabrowndesign said: Would this have anything to do with me switching from trial to personal plan? Just a thought. it working on all plan Custom code FAQ – Squarespace Help BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ninabrowndesign Posted November 8, 2020 Author Posted November 8, 2020 Thanks so much Bangan, I've actually figured it out. The fist line of code was missing the part in red! I must have accidentally deleted it. .sqs-block-image-link:hover img { filter: brightness(100%); transition: all .4s; } .sqs-block-image-link:hover img { filter: brightness(100%); transform: scale(1.1); } .sqs-block-image .design-layout-poster .image-card { background-color: rgba(0,0,0,0.5); padding: 20px; } /* Dropdown color */ .header-nav-folder-content { background-color: rgba(0,0,0,0.5) !important; }
Beyondspace Posted November 8, 2020 Posted November 8, 2020 yeah that what I am trying to point out BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ninabrowndesign Posted November 9, 2020 Author Posted November 9, 2020 I wouldn't have spotted it without you mentioning the selector was missing. Thank you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.