Article suggestions
  1. Home
  2. Common Questions & Troubleshooting
  3. How to Replace Blue Twitter Bird Icon/Logo with X Icon

How to Replace Blue Twitter Bird Icon/Logo with X Icon

How to Replace Blue Twitter Bird Icon/Logo with X Icon
  • avatar
Written by Chan Nier
Updated on February 14, 2025

 Link: https://support.brilliantdirectories.com/support/solutions/articles/12000097494-how-to-replace-blue-twitter-bird-icon-logo-with-x-icon

Follow these steps to replace the Twitter bird icon with the X icon for the website social media links as well as for the members overview tab.

1. Copy the following snippet of code:

<script>
  $(document).ready(function() {
    // Select and update <a> tags with specific <i> class
    $("a:has(> i.fa.fa-twitter)").html('<img loading="lazy" class="talign img-circle" width="75" height="75" alt="TwitterX" src="/images/twitterX.png">')
      .addClass('image-icon')
      .css('background', '#000');
  });
</script>
JavaScript

2. Go to Settings - Design settings - Custom CSS/HEAD tab and paste the code in the Additional Footer Code section:

image

The icon will then be reflected on the website:

image

As well as in member profiles:

image


Thank you for leaving a rating!
Did you find this article helpful?
0 out of 0 people found this article helpful so far
Can't find what you're looking for? Get in touch
How can we help?
Send your question below and we'll get back to you as soon as possible.
Cancel
translation missing: en.kb.default.contact_form_error
×
Thanks for your message!
Thanks for your message!
×