By default, the platform does not have the option to change the Twitter social share icon on your site. You can use the following CSS code.
Please follow the steps below:
1. Go to WordPress Dashboard - Appearance
2. Customize
2. Additional CSS
3. Append the following:
i.fa.fa-twitter.jssocials-share-logo:before {
content: "";
display: inline-block;
width: 15px;
height: 15px;
background-image: url('https://about.twitter.com/content/dam/about-twitter/x/brand-toolkit/logo-black.png.twimg.1920.png');
background-size: cover;
}
4. Click on Published to save the changes.
Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/
Screenshots
Without Code:
With Code:
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.