AI Search
Classic Search
Notifications
Clear all
3 Replies
Aug 30, 2018 12:02 pm
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.
Aug 30, 2018 12:23 pm
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;
}
Aug 30, 2018 10:23 pm
Thank you