Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #643599

    Hi,
    How can I change the colors of the social media icons to be in its original colors. Currently shown in white and color changes on hover.
    Thanks for the support.

    #643835

    Hi gireeshnair,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #644013

    please find the link below

    #644626

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .social_bookmarks_twitter [data-av_icon]:before{
    	color:#55acee!important;
    }
    .social_bookmarks_linkedin [data-av_icon]:before{
    	color:#0077b5!important;
    }
    
    .social_bookmarks_twitter [data-av_icon]:hover::before{
    	color:#FFF!important;
    }
    .social_bookmarks_linkedin [data-av_icon]:hover::before{
    	color:#FFF!important;
    }
    

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.