XF 2.2 reactionsBar

Solution
D
You can try this in your extra.less template if you want to change it.
Less:
.reactionsBar {
    background: red;
}
You can try this in your extra.less template if you want to change it.
Less:
.reactionsBar {
    background: red;
}
 
Solution
Otherwise the original XF color is xf-intensify(@xf-contentBg, 3.5%)
 
Last edited by a moderator:
Back
Top Bottom