Notifications
Clear all

wpForo 1.x.x [Solved] The icons are not visible

9 Posts
4 Users
5 Reactions
573 Views
t.niron
Posts: 86
Topic starter
(@t-niron)
Estimable Member
Joined: 4 years ago

Hello, my forum icons disappeared in an instant. I looked at other tickets opened for this, applied them, but could not solve my problem. Can you help me with this?

nakvaryum.com/tuzlu-su-akvaryumu-forumlari

8 Replies
Sofy
Posts: 4585
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

@t-niron,

Use the CSS code below:

#wpforo #wpforo-wrap .fas, #wpforo #wpforo-wrap .fa {
font-family: "Font Awesome 5 Free" !important;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.

7 Replies
t.niron
(@t-niron)
Joined: 4 years ago

Estimable Member
Posts: 86

@sofy Hello,

This code seems to fix the problem. Thank you for your support.

t.niron
(@t-niron)
Joined: 4 years ago

Estimable Member
Posts: 86

@sofy Hello,

The code for the home page works, but the icons cannot be learned on other pages. Is it possible for you to check?

Thank you

 

Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1357

@t-niron

remove the asterisk * from

#wpforo #wpforo-wrap * {
font-family: 'Montserrat', sans-serif; !important;
}
t.niron
(@t-niron)
Joined: 4 years ago

Estimable Member
Posts: 86

@tutrix Hello,

If I remove this code, will I not be able to use the font I want?

Thank you

Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1357

@t-niron

you don't have to delete the complete code, just the asterisk ( *)

t.niron
(@t-niron)
Joined: 4 years ago

Estimable Member
Posts: 86

@tutrix Hello,

thank you for the support. I got the code from here, but I guess I didn't use it properly.

Problem solved:)

(@percysgrowroom)
Joined: 5 years ago

Noble Member
Posts: 1163

@tutrix This guy knows how to fix everything, legend lol