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.

 

wpForo 1.x.x [Solved] Changing fonts affects icons

3 Posts
2 Users
0 Reactions
1,654 Views
Posts: 85
Topic starter
(@zeeshan333)
Estimable Member
Joined: 6 years ago

Hello, I'd like to change the font of my forum page, however when I edit the CSS from:
Before (CSS): https://prnt.sc/p4sbew

After (CSS): https://prnt.sc/p4sbsr

The icons of many things disappear. How can I fix this problem?

Before (front-end): https://prnt.sc/p4sbli

After (front-end): https://prnt.sc/p4sc2s

2 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

@zeeshan333,

Please remove the CSS code you've added in the "Custom CSS code" textarea and put the following one. 

#wpforo #wpforo-wrap p, #wpforo #wpforo-wrap a, #wpforo #wpforo-wrap span, #wpforo #wpforo-wrap div {
font-family: Arial, Helvetica, sans-serif !important;
}

Delete all caches and check again. The issue should be solved. Don't forget to press Ctrl+F5 (twice) on the forum frontend before checking to reload the updated CSS file.   

1 Reply
(@zeeshan333)
Joined: 6 years ago

Estimable Member
Posts: 85

@sofy

Excellent, that fixed it.

Thanks you very much!