Kevinvegas Posted January 23, 2021 Share 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 Link to comment
tuanphan Posted January 24, 2021 Share 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 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
Kevinvegas Posted January 24, 2021 Author Share 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; } Link to comment
tuanphan Posted February 1, 2021 Share 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 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
Kevinvegas Posted February 3, 2021 Author Share 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. 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