Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1416876

    Hi, How would i change the circle color of the social icons hover circle for the social icons in my header? I would like the icons to remain white.

    #1416890

    Hey stephaniebLOS,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .social_bookmarks .social_bookmarks_facebook:hover a{color:#708e40; background-color:#fff; }
    #top #wrap_all .social_bookmarks .social_bookmarks_mail:hover a{color:#708e40; background-color:#fff; }
    #top #wrap_all .social_bookmarks .social_bookmarks_linkedin:hover a{color:#708e40; background-color:#fff; }
    #top #wrap_all .social_bookmarks .social_bookmarks_instagram:hover a{color:#708e40; background-color:#fff; }

    After applying the css, please clear your browser cache and check.
    Enfold_Support_3031.jpeg

    Best regards,
    Mike

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