Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Closed] replace font awesome

5 Posts
2 Users
0 Reactions
770 Views
Posts: 101
Topic starter
(@kezeo)
Estimable Member
Joined: 8 years ago

Hello 

i tried to replace font awesome by my own icon thank to the code found on this forum  but it seems it does not work. i have a blank are instead of an icon

any idea pleasse

.wpf-unread-forum .hr {
  color: transparent!important;
  width:30px;
  max-width:30px;
  height:30px;
  background:url( https://www. YOUR-WEBSITE.com/wp-content/WHATEVERPATH/hr.jpg )
}

.hr {
  color: transparent!important;
  width:30px;
  max-width:30px;
  height:30px;
  background:url( https://www. YOUR-WEBSITE.com/wp-content/WHATEVERPATH/hr.jpg )


 
 
4 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@kezeo

your used code is from > here

and this works without problems

example "wpForo Announcements"

replaced "fa-bullhorn" with "wpforo-anounce"

Video > https://app.screencast.com/hXy6C6Pfz95Sf

1 Reply
(@kezeo)
Joined: 8 years ago

Estimable Member
Posts: 101

@tutrix i use this code : .wpf-unread-forum .hr {
color: transparent!important;
width:30px;
max-width:30px;
height:30px;
background:url( )
}

.hr {
color: transparent!important;
width:30px;
max-width:30px;
height:30px;
background:url( )

 

i add hr in icon field but i have nothing no icon, nothing, any idea please ?

Posts: 101
Topic starter
(@kezeo)
Estimable Member
Joined: 8 years ago

yes but in my case nothing appears, i 'am trying to find why

1 Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@kezeo 

give a link to your forum

BTW. in the 2nd code the closing bracket is missing