Change the Color of Selected category from Side menu
-
Dear Team ,
I need help to customize the hover color of the selected category from the side menu. kindly refer to the highlighted text from the screenshot.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.widget_product_categories .product-categories li.current-cat>a {
color: red;
}
Regard’s.
Xtemos Studios.