ed0304 Posted June 4, 2021 Share Posted June 4, 2021 Site URL: https://erickanigan.photography/portfolio-3 Hi there- I'm hoping to be able to modify the color of text when someone hovers over the linked word. On the link provided, I am hoping to keep the gray color for each of the three lines of text (Landscape, Wildlife, Travel & Leisure), but want the color to change to white when a cursor hovers over the individual item. I tried to use some code that I found elsewhere on the forums, but rather than just changing text color, it put a colored box behind the selection. Would appreciate any help someone could provide! Thanks, Eric Link to comment
tuanphan Posted June 5, 2021 Share Posted June 5, 2021 19 hours ago, ed0304 said: Site URL: https://erickanigan.photography/portfolio-3 Hi there- I'm hoping to be able to modify the color of text when someone hovers over the linked word. On the link provided, I am hoping to keep the gray color for each of the three lines of text (Landscape, Wildlife, Travel & Leisure), but want the color to change to white when a cursor hovers over the individual item. I tried to use some code that I found elsewhere on the forums, but rather than just changing text color, it put a colored box behind the selection. Would appreciate any help someone could provide! Thanks, Eric Add to Design > custom CSS /* Portfolio item hover */ a.portfolio-hover-item:hover span { color: white !important; } 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
ed0304 Posted June 5, 2021 Author Share Posted June 5, 2021 2 hours ago, tuanphan said: Add to Design > custom CSS /* Portfolio item hover */ a.portfolio-hover-item:hover span { color: white !important; } You're awesome! Works for me 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