Notifications
Clear all
Topic starter
22/04/2020 5:29 pm
Icons is not displaying properly. Please see image below.
27/04/2020 1:03 pm
Please navigate to the Dashboard > Comments > Settings > Styling admin page, put the following CSS code in the "Custom CSS code" textarea:
.fa-rss:before {
content: "\f09e" !important;
}
.fa-bolt:before {
content: "\f0e7" !important;
}
.fa-minus:before {
content: "\f068" !important;
}
Please don't forget to delete all caches and press CTRL+F(twice) on the frontend before checking.