JenFierbach Posted September 9, 2021 Share Posted September 9, 2021 Site URL: https://www.victorybusinessnetwork.ca/ I need to put cards behind the text on the banner slideshow on the homepage, but I also need to be able to see the photos underneath. My idea is to make the card transparent like the navigation arrows. For some reason the site styling doesn't let me edit the background colour of the card (the green box under the text) so I'm hoping to do it through the CSS. The website is victorybusinessnetwork.ca. Any ideas?? Link to comment
Mdhanjal Posted September 9, 2021 Share Posted September 9, 2021 past this code in custom css box .bright-inverse .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-card-background { background-color: ; } .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-card-background { background-color: ; } Hi, I'm BITTU. A website developer with 10 years experience with Squarespace. if you need help and work with me, Email me here: - mandeepsquarespace@gmail.com Hire Upwork: - https://www.upwork.com/freelancers/~01eed466e76c89e024 Behance: - https://www.behance.net/mandeepSquarespace Best Hourly Rate: - $15 Per Hour Link to comment
JenFierbach Posted September 10, 2021 Author Share Posted September 10, 2021 @Mdhanjal So this works perfectly when my CSS screen is open, but it hasn't changed when I view the site, or even access the page from other parts of Squarespace. I've made sure to save the changes and I cleared my cache. Do you know why this might be happening? Link to comment
JenFierbach Posted September 10, 2021 Author Share Posted September 10, 2021 Found the problem, had to add !important to make it override the original styling: .bright-inverse .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-card-background { background-color: !important ;}.user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-card-background { background-color: !important ;} Link to comment
Mdhanjal Posted September 10, 2021 Share Posted September 10, 2021 let me check again Hi, I'm BITTU. A website developer with 10 years experience with Squarespace. if you need help and work with me, Email me here: - mandeepsquarespace@gmail.com Hire Upwork: - https://www.upwork.com/freelancers/~01eed466e76c89e024 Behance: - https://www.behance.net/mandeepSquarespace Best Hourly Rate: - $15 Per Hour Link to comment
tuanphan Posted September 12, 2021 Share Posted September 12, 2021 On 9/10/2021 at 10:03 AM, JenFierbach said: Found the problem, had to add !important to make it override the original styling: .bright-inverse .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-card-background { background-color: !important ;}.user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-card-background { background-color: !important ;} Hi, Have you solved it yet? 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.