Hi , I want to know how to change social media icon in sidebar.
Thank You
Hi , I want to know how to change social media icon in sidebar.
Thank You
Hi @arifrahman0909,
I hope you are well today and thank you for your question.
To change or create social icons follow the below steps :
Best Regards,
Movin
Hi @movin
actually i want to change my social media icon for facebook become this not the standard one. Thank you so much
You can try changing it by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
#secondary .widget .social-icons a[href*="facebook.com"] {
font-size: 0;
background: url("https://colorlib.com/wp/wp-content/uploads/sites/2/facebook.png") no-repeat center;
height: 20px;
width: 50px;
background-size: 100%;
}