Skip to main content
All CollectionsTroubleshooting and FAQsFrequently Asked QuestionsGeneral
How to Replace the RSS Feed Icon with TikTok Icon in the Default Divi footer
How to Replace the RSS Feed Icon with TikTok Icon in the Default Divi footer

Customize the default Divi Footer and replace the default RSS icon with the TikTok icon.

Updated over 3 months ago

The Divi's default Footer area displays the following social icons:

  • Facebook Icon

  • X (formerly Twitter) Icon

  • Instagram Icon - if Divi is installed for the first time

  • RSS icon

Divi's default list of social icons

Pro Tip: We strongly advise utilizing the Theme Builder to reconstruct the default Divi Footer Layout. The Social Media Follow module can also display other social networks, including TikTok.

Replace the RSS feed icon with TikTok icon using custom CSS

  1. Go to WordPress Dashboard → Divi → Theme Options → General Tab.

  2. Set the TikTok profile URL instead of the RSS Icon URL.

    Replace the RSS URL with TikTok URL

  3. Add this CSS code to Divi → Theme Options → General Tab → Custom CSS.

    #footer-bottom .et-social-icons .et-social-icon.et-social-rss a::before {
    content: "\E07B";
    font-family: FontAwesome!important;
    }

  4. Go to WordPress Dashboard → Divi → Theme Options → General Tab Performance.

    Disable Dynamic CSS option
  5. Deactivate the Dynamic CSS option.

Note: Deactivating the Dynamic CSS option might create a small performance issue. However, in this particular case, it has to be disabled so that the new TikTok icon will be rendered properly.

The result can be seen in the screenshot below:

Changing the RSS Feed icon with TikTok icon
Did this answer your question?