Jun 22, 2020 4:24 pm
Hello, I want to know, if there is any possibility to change the text size with css code.
I added a screenshot, where you can see what I want to change.
Thanks
1 Reply
Jun 22, 2020 5:38 pm
add this CSS Code to > Custom CSS Code
Dashboard > Forums > Settings > Style Tab > Custom CSS Code
#wpforo #wpforo-wrap .wpfl-2 .cat-title {
font-size: 14px;
}
#wpforo #wpforo-wrap .wpfl-2 .cat-lastpostinfo {
font-size: 13px;
}
and change the red marked code to the size you want.