Notifications
Clear all

[Closed] replace font awesome

5 Posts
2 Users
0 Reactions
605 Views
Posts: 95
Topic starter
(@kezeo)
Estimable Member
Joined: 7 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: 1493
(@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: 7 years ago

Estimable Member
Posts: 95

@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: 95
Topic starter
(@kezeo)
Estimable Member
Joined: 7 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: 1493

@kezeo 

give a link to your forum

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