lauzza Posted May 26, 2020 Posted May 26, 2020 Site URL: http://lauzza.com I've been trying for some time to achieve an effect where the title of my blog posts on my summary block change colour when the thumbnail is hovered over. I've tried for hours using my limited CSS knowledge but have only worked out how to do so when hovering over the actual title. This is the code I used for that: .summary-title-link:hover { color: hsl(147, 26%, 45%); transition: 0.3s !important; } If someone could help me do so that would be great, the page is http://lauzza.com and the password is lauzza123, thanks!
tuanphan Posted May 27, 2020 Posted May 27, 2020 Add to Home > Design > Cusotm CSS .summary-thumbnail-outer-container:hover + .summary-content * { color: red !important; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.