manomina Posted January 25, 2021 Share 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 1 Link to comment
Beyondspace Posted January 25, 2021 Share 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; } tuanphan and manomina 1 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
manomina Posted January 25, 2021 Author Share Posted January 25, 2021 Thank you so much!!! Beyondspace and tuanphan 2 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