Notifications
Clear all

Style [Solved] How to remove different colored sidebar borders

7 Posts
4 Users
2 Reactions
454 Views
Posts: 2
Topic starter
(@consystenci)
New Member
Joined: 2 years ago

How do I go about removing the multicolor sidebar that was added with v2 update? I've tried a couple different CSS options and nothing is working for me. Please see screenshot attached for reference. Thanks in advance!

Topic Tags
6 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

@consystenci,

These are not sidebar borders, these are your forum colors. You can change them in each forum editing page.

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

Posts: 2
Topic starter
(@consystenci)
New Member
Joined: 2 years ago

Thanks a ton for the quick reply Robert. Found it.

VereK
Posts: 522
(@verek)
Honorable Member
Joined: 7 years ago

CSS is not sticking; is there any way to turn it off globally? I have 400+ forums across 10 boards to update....

2 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@verek,

Try this CSS Code: 

#wpforo #wpforo-wrap .wpforo-forum-icon {
    border-left: 3px solid #020202 !important;
}
VereK
(@verek)
Joined: 7 years ago

Honorable Member
Posts: 522

@chris 

Thanks. 0px to make them go away completely