XF 2.2 Sticky Styling

vtcnc

Member
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.

Screenshot Sticky Styling.webp
 

extra.less:
Code:
// sticky thread background color and border
.structItemContainer-group--sticky {
    background-color: #d6c5a6;
    border-bottom: 3px solid rgb(24, 88, 134);
}
 
Last edited:
Top Bottom