ckivland Posted July 13, 2020 Share Posted July 13, 2020 Site URL: https://sponge-dalmatian-cgjy.squarespace.com/ Hello all, I have a portfolio page as my cover page currently with the layout Hover: Fixed. I have icons that are supposed to be transparent as the hover images, but Squarespace is adding a black overlay on top of them. A Squarespace agent let me know that this is an known issue but that I would currently need to use custom coding to get rid of the overlay. I was wondering if anyone here could help me out? The website is password protected, the pw is 123. I've attached a screenshot of what I mean - I do not want the gray background there. If there's also a way to reduce the actual transparency of the image itself through custom coding so that the project titles can be seen and not just blend in, that would be great as well. Link to comment
Solution tuanphan Posted July 14, 2020 Solution Share Posted July 14, 2020 Add to Home > Design > Custom CSS .portfolio-hover-bg-overlay { background: transparent !important; } ckivland, shellieboo and EarvinChong 3 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
ckivland Posted July 15, 2020 Author Share Posted July 15, 2020 16 hours ago, tuanphan said: Add to Home > Design > Custom CSS .portfolio-hover-bg-overlay { background: transparent !important; } Worked like a charm, thank you! Is there any way to lower the opacity of these photos too? EarvinChong 1 Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 4 hours ago, ckivland said: Worked like a charm, thank you! Is there any way to lower the opacity of these photos too? .portfolio-hover-bg-overlay { background: rgba(0,0,0,0.1) !important; } 0.1 is opacity (0 to 1) EarvinChong 1 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
maya5110 Posted January 18, 2022 Share Posted January 18, 2022 I recently tried this, and it just changed the background of the photo from a png checkerboard to solid white, any tips for 7.1? Link to comment
tuanphan Posted January 19, 2022 Share Posted January 19, 2022 On 1/18/2022 at 10:31 AM, maya5110 said: I recently tried this, and it just changed the background of the photo from a png checkerboard to solid white, any tips for 7.1? What is site url? We can check easier 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
ReformDesign Posted March 10 Share Posted March 10 @tuanphan I have a similar portfolio in hover:cursor mode. I'd like to reduce the opacity and/or add a filter to the images that display on hover. Any ideas? Link to comment
tuanphan Posted March 12 Share Posted March 12 On 3/11/2023 at 4:40 AM, ReformDesign said: @tuanphan I have a similar portfolio in hover:cursor mode. I'd like to reduce the opacity and/or add a filter to the images that display on hover. Any ideas? Can you share link to portfolio page? 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
ReformDesign Posted April 11 Share Posted April 11 On 3/12/2023 at 5:56 AM, tuanphan said: Can you share link to portfolio page? fiddle-elephant-gya2.squarespace.com PW: reform Link to comment
tuanphan Posted April 15 Share Posted April 15 On 4/12/2023 at 1:52 AM, ReformDesign said: fiddle-elephant-gya2.squarespace.com PW: reform You mean this? EarvinChong 1 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
ReformDesign Posted April 28 Share Posted April 28 On 4/15/2023 at 7:48 AM, tuanphan said: You mean this? Yes, those photos. Link to comment
tuanphan Posted May 1 Share Posted May 1 Add to Design > Custom CSS .portfolio-hover-wrapper div { filter: grayscale(1); } EarvinChong 1 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