ChristopheVE Posted August 5, 2020 Share Posted August 5, 2020 Site URL: http://www.christophevandeneynde.com Hi, a feature that is part of the template of my website is that, when hovering over a navigation title on the home page, the background image changes. However, this creates a mismatch with the colours of the image and the black coloured title. So I was wondering how I could code that the colour of the title changes to red when the cursor hovers over it (and thus when the background changes to an image). Thank you very much. Christophe Link to comment
tuanphan Posted August 5, 2020 Share Posted August 5, 2020 Add to Home > Design > Custom CSS .portfolio-hover-items li:hover * { color: red !important; } ChristopheVE 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
ChristopheVE Posted August 6, 2020 Author Share Posted August 6, 2020 20 hours ago, tuanphan said: Add to Home > Design > Custom CSS .portfolio-hover-items li:hover * { color: red !important; } Oh wow. Thank you so much. 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