Notifications
Clear all

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

3 Posts
2 Users
0 Likes
1,435 Views
Posts: 85
Topic starter
(@zeeshan333)
Estimable Member
Joined: 5 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: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 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: 5 years ago

Estimable Member
Posts: 85

@sofy

Excellent, that fixed it.

Thanks you very much!