Notifications
Clear all

wpForo 1.x.x [Closed] Topic Icons

4 Posts
3 Users
1 Reactions
2,074 Views
A_Goer
Posts: 19
Topic starter
(@a_goer)
Eminent Member
Joined: 6 years ago

The icons by the topics are too small. Can I get the CSS to enlarge them? Thank you very much. 

3 Replies
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi  A_Goer,

Please use the following CSS code.:

#wpforo #wpforo-wrap .wpforo-topic-icon{
     font-size: 27px !important;
}

Don't forget to change the red marked color codes before using.

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Thank you @a_goer,

I'd recommend remove this CSS code from Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. I don't know why you've put it, but it makes small all wpForo icons. This is a wrong code:

[class*="fa-"] {
font-size: 12px !important;
}

 

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

Thank you