I want to change color of symbol inside icon to be white and outer circle to be navy blue, with and without hover. Please suggest a solution.
Hey wasim-ullah,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Please find below.
Hi,
You google drive link didn’t work for me. Do you mean the LinkedIn icon?
Best regards,
Jordan Shannon
Yes, linkedin icon
Hi,
Add this to quick css:
#top #wrap_all .social_bookmarks a{
color:#fff!important;
}
#top #wrap_all .av-social-link-linkedin:hover a{
background-color: #000080!important;
}
Best regards,
Jordan Shannon
Thanks its fixed.
Hi,
Perfect! If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon