Notifications
Clear all

Icons is not display

6 Posts
3 Users
1 Likes
979 Views
(@nuggle)
Member Customer
Joined: 6 years ago
Posts: 17
Topic starter  

Icons is not displaying properly. Please see image below.

a

   
Quote
Topic Tags
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5872
 

Hi @nuggle,

Please leave some example URL to allow us to check it, 


   
ReplyQuote
(@nuggle)
Member Customer
Joined: 6 years ago
Posts: 17
Topic starter  

@astghik Here's the link https://bit.ly/2S8GHqc

 

Additional Round Avatar CSS Also don't work.

This post was modified 4 years ago 2 times by nuggle

   
ReplyQuote
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

@nuggle,

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.


   
ReplyQuote
(@nuggle)
Member Customer
Joined: 6 years ago
Posts: 17
Topic starter  

@elvina What is the code fore Vote up and Vote down

a

 


   
ReplyQuote
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

@nuggle,

Please use the following one:

.fa-thumbs-up:before {
content: "\f164" !important;
}
.fa-thumbs-down:before {
content: "\f165" !important;
}

   
nuggle reacted
ReplyQuote
Share:
Scroll to top