Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Help customize the look of the forum (CSS)

5 Posts
3 Users
0 Reactions
5,382 Views
Posts: 11
Topic starter
(@lazainfo)
Active Member
Joined: 7 years ago

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?

4 Replies
Posts: 11
Topic starter
(@lazainfo)
Active Member
Joined: 7 years ago

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!

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

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:

https://wpforo.com/docs/root/forum-themes/theme-styles/

Posts: 11
Topic starter
(@lazainfo)
Active Member
Joined: 7 years ago

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?

Posts: 393
(@anonymous3542)
Honorable Member
Joined: 8 years ago
Posted by: lazainfo

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.