hy, how can i change the backround color of the woocommerce-shop in ethos.
Hello @dani_blues,
Thanks for asking. 
You can add following CSS under X/Pro > Theme Options > CSS to change background color:
.woocommerce.woocommerce-page .x-container.main:before {
background-color: #ddd !important;
}
Thanks.
Hy, thank, thas works, but i want to change color of sidebar. How can i do that. Thanks 4 your help. Dani
Hello @dani_blues,
Thanks for updating the thread. 
You can add following CSS under X > Theme Options > CSS:
body.woocommerce.woocommerce-page {
background-color: #fff !important;
}
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.