“For example, I cannot enlarge the characters in the description of my Forums or enlarge the characters in the list of subjects.”
can you give me a specific setting and what you have set it to please
/* 8 ———————- Font – forum description ————————–*/
/*Note we also set bsp-forum-content as if add descriptions are set in forum display, then we need to replicate these settings */
#bbpress-forums .bbp-forum-content,
#bbpress-forums .bsp-forum-content,
#bbpress-forums .bbp-forum-info .bbp-forum-content
{
font-size: 18px;
}
#bbpress-forums .bbp-forum-content,
#bbpress-forums .bsp-forum-content,
#bbpress-forums .bbp-forum-info .bbp-forum-content
{
color: #555252;
}
#bbpress-forums .bbp-forum-content,
#bbpress-forums .bsp-forum-content,
#bbpress-forums .bbp-forum-info .bbp-forum-content
{
font-family: arial;
}
#bbpress-forums .bbp-forum-content,
#bbpress-forums .bsp-forum-content,
#bbpress-forums .bbp-forum-info .bbp-forum-content
{
font-weight: normal;
}
No matter the setting, nothing changes. even when clearing the cache or using my cell phone.
Looking at the browser tolls, it looks like your Litespeed is interferring.
try decativating as a test, or exclude bspstyle.css from any caching
Good morning,
I found the solution to enlarge the characters of the forum description. Just edit the description in the “edit” section of bbpress.
Thank you