Change Color of Social Media Icons in Action Bar
Hello,
Some time ago I received this custom css to change the color of my email/number in my action bar:
#Action_bar .contact_details li { color: #5c3798 !important; }
#Action_bar .contact_details li a { color: #5c3798 !important; }
1. I want to change the color of my social media icons in my action bar as well. What is the css for this?
2. Is it possible to increase the size of the social media icons?
Thank you
Comments
1. Answer on this question you find on http://forum.muffingroup.com/betheme/discussion/1610/changing-the-social-icon-color
2. To increase social icons size, please use below css:
Thanks a lot.