Notifications
Clear all

wpForo 1.x.x [Closed] Changing colors

4 Posts
2 Users
0 Likes
989 Views
Posts: 15
 Dude
Topic starter
(@dude)
Eminent Member
Joined: 2 years ago

Hi guys, I'd like to change a few colors on my forum. Please check the image attached.

 

1. Is there a way to change the background color of the widgets?

 

2. Is there a way to match the background color of the subforums with the color above (white in this case)?

 

3. Is there a way to change the color of the text of the headings (without changing the overall background color)?

 

Thank you guys!

Topic Tags
3 Replies
Posts: 15
 Dude
Topic starter
(@dude)
Eminent Member
Joined: 2 years ago

I've solved it.

Thank you anyways

Posts: 15
 Dude
Topic starter
(@dude)
Eminent Member
Joined: 2 years ago

Well, not so fast.

When I change the background color for the forum titles, I've got to do it one by one. (code is pasted below)

 

#wpforo #wpforo-wrap .wpfl-1 .wpforo-category {
background-color: #FFFFFF;
border-bottom: #FED80D 1px solid;
}

 

Is there a way to do all of them at once instead of writing code for .wpfl-1 .wpfl-2 .wpfl-3 and so on?

The same with the fonts for the Topics and Posts. 

I'm new to CSS.

 

Thank yoy

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

Hi @dude,

In Dashboard > Forums > Settings > Styles Tab, you can find Forum color styles field, where you can change the color of the forum elements, also check the below DOC, you can find info about the Color Selectors.

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