Squarepegroundhole01 Posted April 5 Share Posted April 5 I'd like my portfolio item links on my home page banner to change color - or even add a highlight - on hover. Any idea how I can do that? Link to comment
tuanphan Posted April 8 Share Posted April 8 Hi, What is site url? 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
Squarepegroundhole01 Posted April 8 Author Share Posted April 8 https://www.michaelaguocha.com/ (PW: AguochaAccess) I think I figured it out for the most part. I have this code (pasted below) But I would like a bit more of a fade in/out effect instead of an instant appearance if possible. Also, if there's a way to make the highlighted areas shorter, that'll be appreciated. section[data-section-id="6427f63b29751b4a10d42dab"]{ a:hover, a:hover span { background: #0E0D14 } } Link to comment
Solution tuanphan Posted April 12 Solution Share Posted April 12 On 4/8/2023 at 9:23 AM, Squarepegroundhole01 said: https://www.michaelaguocha.com/ (PW: AguochaAccess) I think I figured it out for the most part. I have this code (pasted below) But I would like a bit more of a fade in/out effect instead of an instant appearance if possible. Also, if there's a way to make the highlighted areas shorter, that'll be appreciated. section[data-section-id="6427f63b29751b4a10d42dab"]{ a:hover, a:hover span { background: #0E0D14 } } Change this code section[data-section-id="6427f63b29751b4a10d42dab"]{ a:hover, a:hover span { background: #0E0D14 } } to this section[data-section-id="6427f63b29751b4a10d42dab"]{ a:hover, a:hover span { background: #0E0D14 } a, span, a:hover, a:hover span { transition: all 0.3s ease; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment