Notifications
Clear all

[Closed] How to change "New Topic" icon

6 Posts
2 Users
2 Likes
1,807 Views
Posts: 41
Topic starter
(@engin)
Trusted Member
Joined: 1 year 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: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @engin,

please provide forum URL.

4 Replies
(@engin)
Joined: 1 year ago

Trusted Member
Posts: 41

Hi @chris,

https://havacilarkonusuyor.com

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

Thanks

 

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@engin,

Try this one:

#wpforo #wpforo-wrap .fa-feather-alt:before, #wpforo #wpforo-wrap .fa-feather-pointed:before {
content: "\\f072";
}
(@engin)
Joined: 1 year 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: 3 years ago

Famed Member
Posts: 3650

@engin,

You need to enter it for all boards.