Hover on icons

jf8
87 Posts
jf8 posted this 15 April 2020
Ask a Question

I'm looking for hover on icons used as links - either by colour change as on buttons or re-size ... is that possible - yet?

I'm looking for hover on icons used as links - either by colour change as on buttons or re-size ... is that possible - yet?
Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 15 April 2020

Hi John,

We do not have such an option now, but it is in our wishlist.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi John, We do not have such an option now, but it is in our wishlist. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
jf8
87 Posts
jf8 posted this 15 April 2020

OK, thanks Hella.

OK, thanks Hella.
jeanmarcvieux
21 Posts
jeanmarcvieux posted this 20 July 2020

Hello,
May be it's too late to answer.
You can add hover effect, just add custom css with the right class :

.u-svg-link:hover {
    fill: #c19434 (the color you want);
}

Do the same thing for the size.

regards,
Jean-Marc

Hello, May be it's too late to answer. You can add hover effect, just add custom css with the right class : .u-svg-link:hover { fill: #c19434 (the color you want); } Do the same thing for the size. regards, Jean-Marc
You must log in or register to leave comments