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] How to change "New Topic" icon

6 Posts
2 Users
2 Reactions
2,342 Views
Posts: 41
Topic starter
(@engin)
Trusted Member
Joined: 3 years ago

Referring to the previously answered and closed question, however, I tried the following code for the "Plane icon" with the Unicode f072 , and did not work. Any idea?

.fa-feather-alt:before, .fa-feather-pointed:before {
content: "\f072";
}

Thanks

Topic Tags
5 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @engin,

please provide forum URL.

4 Replies
(@engin)
Joined: 3 years ago

Trusted Member
Posts: 41

Hi @chris,

https://havacilarkonusuyor.com

İn case you would need access please let me know.

Thanks

 

Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@engin,

Try this one:

#wpforo #wpforo-wrap .fa-feather-alt:before, #wpforo #wpforo-wrap .fa-feather-pointed:before {
content: "\\f072";
}
(@engin)
Joined: 3 years ago

Trusted Member
Posts: 41

Thank you @chris 

İt worked 👍

However, I needed to enter this code for every Forum, since saving for all forums "set for all Forums" didn't work.

Thank you. 

 

Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@engin,

You need to enter it for all boards.