XF 2.0 How can I change this bar's color?

gxd

Member
What is the this bar's name in Xenforo? I can't find the way to change it's color in my Style Properties. Can you show me?

change-color.webp

Thanks.
 
@KawaiiHannah thank you very much for your suggestion. I do like this (write here if anyone need to help).
1. Sign in your Admin Control Panel
2. Go to Appearance - your Style Properties and choose Basic colors
3. You can choose the color you want in Highlighted content background color
 
This also changes the color of list notices. Is there a way to change the color only the background color of all categories?
Hello,

You can use this code in your EXTRA.less if you want to add the same color for all of your categories :
Code:
/*background color category*/
.block.block--category .block-header {
    background: #009688;
}


Regards, SyTry
 
Top Bottom