I’m using the Blogway Author profile widget on my website (thebubblytales.com) and under social profiles, I have provided the URL to my Pinterest page. However the logo of PINTEREST does not show up. It works perfectly for Facebook and Instagram but not Pinterest.
By adding below code in custom CSS, the Pinterest icon will be visible.
Can you please follow the below steps to add custom CSS.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS” and save it afterward:
.social-menu-wrap ul li a[href*="pinterest.ca"]::before {
content: "\f0d2";
}