Abraham54 Well-known member Jun 5, 2022 #1 I have a little problem - I do not know what color in Basic colors is responsible for the color of the reactionsBar?
I have a little problem - I do not know what color in Basic colors is responsible for the color of the reactionsBar?
Solution O O Old Nick Jun 5, 2022 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; }
O Old Nick Well-known member Jun 5, 2022 #2 You can try this in your extra.less template if you want to change it. Less: .reactionsBar { background: red; } Upvote 1 Downvote Solution
You can try this in your extra.less template if you want to change it. Less: .reactionsBar { background: red; }
O Old Nick Well-known member Jun 5, 2022 #3 Otherwise the original XF color is xf-intensify(@xf-contentBg, 3.5%) Last edited: Jun 5, 2022 Upvote 0 Downvote
Abraham54 Well-known member Jun 5, 2022 #4 @nicodak - thanks! I now have this color: rgb(226,249,251) Upvote 0 Downvote