Style Of Categories

I want to give style like color for specific category. which will indicate an important or offer type.

so how can i do this.

Thank you

Hello!

I want to give style like color for specific category. which will indicate an important or offer type.

so how can i do this.

Thank you

You can set up the specific CSS class for the menu item here: http://joxi.ru/1A51PO6FB6yXAE

And after that style it as needed.

Best regards,

sorry i didn't get this

Hello!

If you speak about a menu with categories you can change a color of the specific category in the following way:

1) go to Design > Menu > [your menu with categories] > [category name]

http://joxi.ru/1A51PO6FB6yXAE

2) in the special field specify a unique class, e.g., catalog

https://prnt.sc/faoqmg

3) in the Design > Themes> Theme editor > Custom CSS create this class with the following code:

.catalog {
    background: red;
}

In the result the menu item will have its own appearance:

https://prnt.sc/faoqyz

If you mean something else, please, clarify.

Best regards,