Kevinvegas Posted January 23, 2021 Posted January 23, 2021 Site URL: https://tuatara-parrotfish-8bdz.squarespace.com/ Hello, I'm trying to figure this portfolio item out but can't seem to get it. What I would like to acheive is on hover of a project, can I hide the other project titles and only show the one being hovered on? And can I change the color of the title on hover? I've been racking my brain trying to figure it out, any help would be greatly appreciated. URL: https://tuatara-parrotfish-8bdz.squarespace.com/ Pass: testing123
tuanphan Posted January 24, 2021 Posted January 24, 2021 Add to Design > Custom CSS ul.portfolio-hover-items-list:hover li { opacity: 0; } ul.portfolio-hover-items-list:hover li:hover { opacity: 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!)
Kevinvegas Posted January 24, 2021 Author Posted January 24, 2021 12 hours ago, tuanphan said: Add to Design > Custom CSS ul.portfolio-hover-items-list:hover li { opacity: 0; } ul.portfolio-hover-items-list:hover li:hover { opacity: 1; } That worked thanks, I'm trying to have the hover link change to white so it can be viewable on the bacground image. I tried this but it didn't work ul.portfolio-hover-items-list:hover li a:hover { color:#ffffff; }
tuanphan Posted February 1, 2021 Posted February 1, 2021 On 1/24/2021 at 9:57 AM, Kevinvegas said: That worked thanks, I'm trying to have the hover link change to white so it can be viewable on the bacground image. I tried this but it didn't work ul.portfolio-hover-items-list:hover li a:hover { color:#ffffff; } Hi. I see white color here. Do you still need help? 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!)
Kevinvegas Posted February 3, 2021 Author Posted February 3, 2021 Yes i want to have the text be black on a white background like it is right now, but on rollover I want to change the text to white. I tried that code but it did not work.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.