Hello,
I saw the screenshot you attached. To change the color of the categories widget you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.widget_product_categories .product-categories li a {
color: red;
}
For the background add the following Custom CSS in the Global Custom CSS area.
.categories-accordion-on .widget_product_categories .product-categories {
background: red;
}
Best Regards.