The forum http://laza-info.ru/forum/ does not match the font with the site and really strain the eyes. Tell me where to configure the font styles?
What would Your forum had the color scheme (font, border color, font color, font size) as on the page http://laza-info.ru/1111111111-2/ please help, and it is not very good at that! I really like Your forum and want it to develop further!
Hi @lazainfo,
we don't see wpForo on this page. wpForo colors and styles can be managed in Dashboard > Forums > Settings > Styles admin page.
You can choose color set:
https://wpforo.com/docs/root/wpforo-settings/style-settings/
And you can manage each color:
Can't figure out how to remove the font blur?
Here's the code I use:
#wpforo #wpforo-wrap .wpfl-1 .cat-title {
color: #FFFFFF;
font-size: 18px;
font-weight: norma;
font-style: normal;
}
What should be changed to make the text clearer and without blurring?
Can't figure out how to remove the font blur?
Here's the code I use:
#wpforo #wpforo-wrap .wpfl-1 .cat-title {
color: #FFFFFF;
font-size: 18px;
font-weight: norma;
font-style: normal;
}What should be changed to make the text clearer and without blurring?
@lazainfo that looks like a text-shadow CSS element. Can you add "text-shadow: none;" (without the quotes) to that CSS block and see if that removes it ? This is a bit of a guess without actual access to the site.