Hello @compania123,
Thanks for writing to us.
To change these colors. It would require custom CSS code. Please add these custom CSS code under X/Pro—>Theme Option —>CSS
For product text color on hover
.woocommerce li.product .entry-header h3 a:hover {
color: #000000;
}
For filter and Product count
.woocommerce-ordering select {
color: #ffffff;
}
.woocommerce-result-count {
color: #ffffff;
}
For the Cart and Checkout page background-color
.woocommerce-cart.woocommerce-page .entry-wrap {
background: #404040 !important;
}
.woocommerce-checkout.woocommerce-page .entry-wrap {
background: #404040 !important;
}
Please feel free to change the color code as per your design.
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks