Hi, i want to know how i can change the hover effect in the social icon custom.
In the private content i give you the link of my website.
How to do it for give a social icon Slack another hover effect?
Hey Mickyhood,
This would have to be done via css. What effect are you looking to achieve.
Best regards,
Jordan Shannon
Like the other icons. A background color and the icon that changes color when the cursor is on it.
Thanks for the reply, do a great job with this forum. :)
Hi Mickyhood,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .av-social-link-slack:hover a {
color: #fff;
background-color: red;
}
If you need further assistance please let us know.
Best regards,
Victoria
I insert it but not work. Why? If you want to see in the website is now insert.
Hi,
Please try this code in the General Styling > Quick CSS field or in your WordPress > Customize > Additional CSS
#top #wrap_all .av-social-link-slack:hover a {
color: #fff !important;
background-color: red !important;
}
If this doesn’t help, please include a admin login in the private content area so we can take a closer look.
Best regards,
Mike
Yeah! Work!!! Thanks a lot. Great!
Hi,
I’m glad that worked. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon