In css of the style pack plugin. But i have try also try it on theme’s custom codes, but nothing happen!
.bbp-forum-content ul.sticky, .bbp-topics ul.sticky, .bbp-topics ul.super-sticky, .bbp-topics-front ul.super-sticky {
background-color: rgb(36, 37, 37) !important;
}
.bbp-template-notice, div.indicator-hint {
background-color: rgb(45, 46, 46);
border-color: rgb(93 93 93);
color: rgb(229, 224, 216);
}
You se the first code come true and chage the color
But the secend
.bbp-template-notice, div.indicator-hint {
background-color: rgb(45, 46, 46);
border-color: rgb(93 93 93);
color: rgb(229, 224, 216);
}
dont change anything!