Hey,
I use the demo content “Creative agency” and set some social icons in the logo area and the footer.
By hovering, the icons get a round shape in the platform color. I want to change that and would like to have my own hover color for each of them. Is this possible?
Thanks a lot!
All the best
Elén
Hey cygrafix1,
Thank you for the inquiry.
Looks like you’ve already found a solution for this.
#top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-linkedin a:focus {
color: #fff;
background-color: #419cca;
}
Let us know if you need more assistance.
Best regards,
Ismael
Hey, thanks. Yeah that works fine.
Only thing is, that I needed to define each social button again, but it was a good solution either way.