All Collections
FAQ's and Troubleshooting
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 TikTok icon.

Eduard Ungureanu avatar
Written by Eduard Ungureanu
Updated over a week ago

Out of the box, the Divi's default Footer area displays the following social icons:

  • Facebook Icon

  • X (former 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. Additionally, the Social Media Follow module can be used for displaying 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.

  5. Deactivate the Dynamic CSS option.

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

The result:

Did this answer your question?