Skip to main content
All CollectionsTroubleshooting and FAQsFrequently Asked QuestionsHeader and Footer Areas
How to Change the Twitter Bird Logo to the Latest X Logo in the Extra Theme
How to Change the Twitter Bird Logo to the Latest X Logo in the Extra Theme

Learn how to update the Twitter bird logo to the latest X logo in the Extra theme for a modern and up-to-date look on your website.

Updated over a week ago

With Twitter's recent rebranding to X, keeping your website up to date is essential for maintaining a modern look.

This article will guide you through the steps to replace the old Twitter bird logo with the latest X logo in the Extra theme, ensuring your site reflects the current branding and stays visually consistent.

  1. Go to Extra → Theme Options

  2. In the Custom CSS area, copy/paste this CSS code:

    li.et-extra-social-icon.twitter a.et-extra-icon-twitter::before {
    content: "\e094" !important;
    font-family: ETModules !important;
    }

The result can be seen in the screenshot below:

Extra's Header - New Twitter icon

Notes:

  • If the change is not visible on the front end, make sure to clear the Static CSS File by going to Extra → Theme Options → Builder → Advanced tab and click on the Clear button.

  • If clearing the Static CSS File doesn't help, ensure that the Dynamic Icons option is disabled in Extra → Theme Options → General tab → Performance tab.

  • Please make sure that all the website's cache is also cleared.

Did this answer your question?