HarrisonJohnson Posted January 13, 2020 Share Posted January 13, 2020 Hello, I've been searching for some answers all day and come close but nothing has worked so far. I'd like to entirely remove the hover effect that happens when I mouse over the thumbnail images on the Home page of my site which is set up as an Index in the Flatiron template. The url to my site is harrisonjohnson.work. Any help is much appreciated! Link to comment
jmorr4 Posted January 30, 2020 Share Posted January 30, 2020 Hey there, I had the same question and after some digging I found this custom CSS to remove the text that appears when you hover: #grid .item a div.wrapper div.project-title h2 { visibility: hidden; font-size: 0; } #grid .item a div.wrapper div.project-title h3 { visibility: hidden; font-size: 0; } I cannot for the life of me figure out how to remove the darkened overlay hover effect. I'm trying to make mine go lighter instead of darker, as seen on this site, featured on the Squarespace Flatiron template page. But all I can manage is adding the light effect on top of the dark effect, which looks pretty awful. If anybody has ideas on how to cancel out the first hover effect, I'd be much obliged! swissgrid 1 Link to comment
tuanphan Posted January 31, 2020 Share Posted January 31, 2020 17 hours ago, jmorr4 said: Hey there, I had the same question and after some digging I found this custom CSS to remove the text that appears when you hover: #grid .item a div.wrapper div.project-title h2 { visibility: hidden; font-size: 0; } #grid .item a div.wrapper div.project-title h3 { visibility: hidden; font-size: 0; } I cannot for the life of me figure out how to remove the darkened overlay hover effect. I'm trying to make mine go lighter instead of darker, as seen on this site, featured on the Squarespace Flatiron template page. But all I can manage is adding the light effect on top of the dark effect, which looks pretty awful. If anybody has ideas on how to cancel out the first hover effect, I'd be much obliged! Can you share link to your site? 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
jmorr4 Posted April 13, 2020 Share Posted April 13, 2020 (edited) On 1/31/2020 at 8:56 AM, tuanphan said: Can you share link to your site? @tuanphan http://www.juliammorris.com/ Edited April 17, 2020 by jmorr4 Link to comment
tuanphan Posted May 4, 2020 Share Posted May 4, 2020 On 4/13/2020 at 8:27 PM, jmorr4 said: @tuanphan http://www.juliammorris.com/ Missing your comment. Have you solved 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
jmorr4 Posted May 13, 2020 Share Posted May 13, 2020 On 5/4/2020 at 9:59 AM, tuanphan said: Missing your comment. Have you solved yet? @tuanphan no, still haven't figured it out...any suggestions would be much appreciated! Link to comment
tuanphan Posted May 14, 2020 Share Posted May 14, 2020 23 hours ago, jmorr4 said: @tuanphan no, still haven't figured it out...any suggestions would be much appreciated! Add to Home > Design > Custom CSS #grid .item.hovering .wrapper { opacity: 0 !important; } swissgrid 1 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
jmorr4 Posted May 18, 2020 Share Posted May 18, 2020 @tuanphan this worked, thanks so much! do you know if it's possible to add the light hover effect on top though? Link to comment
derricksrandomviews Posted May 18, 2020 Share Posted May 18, 2020 (edited) change the opacity 0 to another number, you can try 2 or 3, until you get the effect you want. Edited May 18, 2020 by derricksrandomviews tuanphan 1 Link to comment
MoonMama Posted October 25, 2021 Share Posted October 25, 2021 I would like to do the reverse of this on my 7.1 site for a grid that I have. I want the hover text to show, any ideas? Link to comment
tuanphan Posted October 27, 2021 Share Posted October 27, 2021 On 10/26/2021 at 3:33 AM, MoonMama said: I would like to do the reverse of this on my 7.1 site for a grid that I have. I want the hover text to show, any ideas? Can you share link to grid on your SS 7.1 site? 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
Create an account or sign in to comment
You need to be a member in order to leave a comment