Notifications
Clear all

Style [Solved] How to Change the Category Tittle Field Color

7 Posts
4 Users
4 Reactions
520 Views
perisaibanten165
Posts: 12
Topic starter
(@perisaibanten165)
Eminent Member
Joined: 2 years ago

hi.. i just updated the wpforo to the latest version few days ago, i noticed that the theme also changed.. its a cool theme, i like it.. but there is one thing that id like to change, the Category tittle field color to ease any user in finding category and make it looks match to my forum theme color which is red...

is there any way or tutorial how to do it ? .... only the Category tittle field color not the category font color.. like this in one in screenshot.. id like to change it to something like dark red or orange if possible

Spoiler
Here


6 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @perisaibanten165,

Try the Below CSS Code:

#wpforo #wpforo-wrap .wpforo-category {
    background-color: #bd0000 !important;
}
2 Replies
perisaibanten165
(@perisaibanten165)
Joined: 2 years ago

Eminent Member
Posts: 12

@chris ok.. so should i put it in custom css code?

Spoiler
here ?


perisaibanten165
(@perisaibanten165)
Joined: 2 years ago

Eminent Member
Posts: 12

@chris ok its working.. thankyou so much for your help and fast respond !

Posts: 1
(@soikeo79)
New Member
Joined: 2 years ago

Work like a charm for me aswell, thanks Chris

Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

@perisaibanten165 and @soikeo79,

I hope you are aware that you can put a background image to the categories, so you don't need to change the colors, you can add a nice image. Just edit the categories and insert background images you like:

https://wpforo.com/docs/wpforo-v2/categories-and-forums/categories-and-forums/

 

1 Reply
perisaibanten165
(@perisaibanten165)
Joined: 2 years ago

Eminent Member
Posts: 12