Aug 29, 2018 7:53 pm
The icons by the topics are too small. Can I get the CSS to enlarge them? Thank you very much.
3 Replies
Aug 30, 2018 8:02 am
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 8:23 am
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 6:23 pm
Thank you