A
A
Anna Chumachenko2018-06-10 01:22:24
WordPress
Anna Chumachenko, 2018-06-10 01:22:24

How to highlight current wordpress category link with color?

Good afternoon! Tell me how to change the color of the current product category link. For example, I choose in the categories Children's toys and the link becomes pink and on the page Children's toys it remains the same, it is highlighted because. selected. Here is the category menu site on the left - Sample site I don't understand what code to insert where, if you can help, write what code and in great detail where to insert ... Thank you very much!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Yanchevsky, 2018-06-10
@Againts7

Kind.
Try pasting the code

.product-categories .current-cat a {
    color: #F32C6C;
}

in Appearance -> Customize -> Additional Styles.

D
Dymok, 2018-06-10
@UnluckySerivelha

For the current category, the current-cat css class is added, you need to style it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question