manomina Posted January 25, 2021 Posted January 25, 2021 Site URL: https://www.mano-nina.com Website: https://www.mano-nina.com Password: sqWebsite!21 Hi! As you can see on my website the hover turns into grey. But I would like to change each hover in a different solid color. For example the first one at the left into the yellow background color. The second one at the right into a beige solid background color, and so on.. Does someone knows a costum CSS for this? You would do me a big favor because I cannot figure it out.
Beyondspace Posted January 25, 2021 Posted January 25, 2021 1 hour ago, manomina said: Site URL: https://www.mano-nina.com Website: https://www.mano-nina.com Password: sqWebsite!21 Hi! As you can see on my website the hover turns into grey. But I would like to change each hover in a different solid color. For example the first one at the left into the yellow background color. The second one at the right into a beige solid background color, and so on.. Does someone knows a costum CSS for this? You would do me a big favor because I cannot figure it out. You can use this method to update the color, add as many as custom color you need, the nth-child(1) and nth-child(2) indicate to the first and second of the grid item [data-section-id="5f5696df020c314b1ffd461a"] .grid-item:nth-child(1) .portfolio-overlay { background-color: #b8d7cc; } [data-section-id="5f5696df020c314b1ffd461a"] .grid-item:nth-child(2) .portfolio-overlay { background-color: #3f51b5; } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.