Change icon for social icon
-
Hi, I want theme’s element called “social buttons” to use another Font Awesome icon for Pinterest. When I select default button style this icon is used – https://fontawesome.com/v4.7.0/icon/pinterest
I need this one instead – https://fontawesome.com/v4.7.0/icon/pinterest-p
It is even included into your light version of Font Awesome but I haven’t found any way to use it.
Hello,
Do you mean icons in the footer? Please provide your site admin access I cannot log in with the credentials you provided.
Best Regards
Hello,
I cannot log in.
1. Please add a Custom HTML widget to the footer https://prnt.sc/pquckb
2. Insert this code:
<div class="footer_icons">
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="#"><i class="fa fa-pinterest-p" aria-hidden="true"></i>
</a>
</div>
4. Insert this code into the Theme Settings > Custom CSS:
body .custom-html-widget .footer_icons a{
color: red;
font-size:20px;
}
Set the styles as per your needs.
Best Regards
I’m afraid that won’t work for me as I am using html block for footer. If I add social buttons via widget I won’t be able to control it’s placement properly.
Hello,
You can just try and we shall correct the alignment if necessary.
Best Regards