ThisWayToFabulous Posted February 5, 2022 Share Posted February 5, 2022 Site URL: https://mknamaste.squarespace.com/ In the featured reviews area, I'm looking to make the photos on each slide be like "barely there" so like maybe 15% transparency. Is this possible? password: mknamaste Link to comment
tuanphan Posted February 8, 2022 Share Posted February 8, 2022 Add to Design > Custom CSS .user-items-list-item-container[data-section-id="61fe9772b0a638426d1ade49"] .slide-content.list-item-card-background.list-item-rich-animation { background-color: rgba(255,255,255,0.85); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ThisWayToFabulous Posted February 9, 2022 Author Share Posted February 9, 2022 @tuanphan thank you for this code! I was actually wanting the photo itself to be semi-transprent, not the block. is that possible? Link to comment
ThisWayToFabulous Posted February 11, 2022 Author Share Posted February 11, 2022 @tuanphan does that make sense? I actually want to get rid of the block. Here's a photoshop example of what im looking for it to look like. Link to comment
tuanphan Posted February 14, 2022 Share Posted February 14, 2022 On 2/11/2022 at 9:11 PM, ThisWayToFabulous said: @tuanphan does that make sense? I actually want to get rid of the block. Here's a photoshop example of what im looking for it to look like. Use this new code body.homepage { .slide-content.list-item-card-background { background-color: transparent !important; } .slide-media-container:after { content: ""; background-color: rgba(255,255,255,0.5); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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