AI Search
Classic Search
Notifications
Clear all
Bug Reports - wpForo 2.0
21
Posts
3
Users
4
Reactions
9,386
Views
20 Replies
Oct 28, 2021 1:19 pm
Hi @rainerpuschner,
1. Find an option in your theme and disable the Font-Awesome Lib. Then navigate to Dashboard > Forums > Settings > Features admin page and enable wpForo Font-Awesome for whole website:
2. OR put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and check it.
#wpforo #wpforo-wrap .fas{
font-family: "Font Awesome 5 Free" !important;
font-weight: 900 !important;
top: 0 !important;
}
#wpforo #wpforo-wrap .far{
font-family: "Font Awesome 5 Free" !important;
font-weight: 400 !important;
top: 0 !important;
}
#wpforo #wpforo-wrap .fab{
font-family: "Font Awesome 5 Brands" !important;
top: 0 !important;
}
IMPORTANT: The both solutions will fix all icons.
Oct 28, 2021 1:38 pm
Thanks for your suggestions. Unfortunately both solutions do NOT work? Same icons as before 🙁
Page 1 / 2
Next


