Home › Forums › WoodMart support forum › rtl › Reply To: rtl
January 29, 2018 at 6:28 pm
#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