Home Forums WoodMart support forum rtl Reply To: rtl

#35987

Artem Temos
Keymaster

You can simply put your telegram link to some social profile that you are not using in Theme Settings -> Social buttons and replace its icon with a custom CSS code. For example set it for Pinterest link and use this CSS code

body .fa-pinterest:before {
   content: “\f2c6”;
}

Regards