Notifications
Clear all

wpForo 1.x.x [Solved] Font Awsome Icon size

5 Posts
2 Users
1 Likes
2,283 Views
A_Goer
Posts: 19
Topic starter
(@a_goer)
Eminent Member
Joined: 6 years ago

I have tried to add the proper codes to enlarge the Font Awesome icons (such as :fa-comments fa-3x) and they never change. I have also tried some custom css using .fa and setting size to different px and they still will not resize. After digging around on the Font Awesome site and looking through these forums I am out of ideas. I assume there is a css conflict. Any help would be greatly appreciated. 

Thank you.

4 Replies
Sofy
Posts: 4308
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi A_Goer,

Leave your forum URL and screenshot that shows what you need to change.

A_Goer
Posts: 19
Topic starter
(@a_goer)
Eminent Member
Joined: 6 years ago

survivorshub.com

I have attached the screenshot. 

Thank you for your help. 

Sofy
Posts: 4308
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Dear @a_goer,

use the following CSS code, put it in Dashboard > Forums > Setings > Styles > "Custom CSS Code" textarea.

#wpforo #wpforo-wrap .wpforo-forum-icon i{
font-size:37px !important;
}
A_Goer
Posts: 19
Topic starter
(@a_goer)
Eminent Member
Joined: 6 years ago

You are awesome !   Thank you