Helpful Information
 
 
Category: vB5 Design and Graphics Discussions
background color of threads ...

how do i change the sticky colors and the threads color , backgrounds and borders ? any help would be great. thank you

i added an attachment of what i mean. ive looked all through the style vars did not see how to change these anywhere

Yes, currently no stylevars for threadlist even for forume forum list.
What we can do is to overwrite the css that gives color to it.

style manager> style name> edit templates> css templates> css_additional.css


/*-- changes threadlist bg --*/
.topic-list-container .topic-list {
background: #1e1d1c none !important;
}

/*-- changes sticky bg --*/
.topic-list-container .topic-list .topic-item.sticky {
background: #333333;
}

/*-- replace thick 2px border bottom of the sticky thread --*/
.topic-list-container .topic-list.sticky-list + .topic-list tr:first-child td {
border-top: 1px solid #222;
}

thanks napy8gen works good :up:

thanks napy8gen

I've tried.... but.....

The STICKY TOPICS background.... is the same of the others NON STICKY topics...

https://www.vbulletin.org/forum/external/2018/02/7.jpg










privacy (GDPR)