Like the title says...how do I restyle the background color, text color, borders, etc. for Stickies. They do not seem to respond to any of the color palette choices or any other thing in the styling settings that I would think is related.
What is the best method to use so that sticky threads are lightyellow? I'm assuming this in the extra.less; however, I didn't know if there is a property: .structItemContainer-group.structItemContainer-group--sticky { background:lightyellow; }
xenforo.com
extra.less:
Code:
// sticky thread background color and border
.structItemContainer-group--sticky {
background-color: #d6c5a6;
border-bottom: 3px solid rgb(24, 88, 134);
}