Hey,
I would like to adjust the font sizes in the Forum section of my site. Iim noticing that I can use the enfold theme options to make changes to the font sizes throughout the theme but does not seem to effect forum pages.
Is there some CSS code that will allow me to change the font size in my discussion forums pages?
Thanks,
BD
Hi,
Can you post the link to your forum please?
Regards,
Josue
Hey!
This code will affect the paragraphs of bbPress pages:
.bbpress p {
font-size: 22px;
line-height: 28px;
}
Adjust as needed.
Cheers!
Josue