Home Forums WoodMart support forum How to change background page color foe a given category page Reply To: How to change background page color foe a given category page

#605986

Hung Pham
Keymaster

Hi dweb360,

1. Background color

Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

.tax-product_cat .main-page-wrapper {
    background-color: #06c0cf;
    background-image: none;
}

2. Translation

+ In order to change / translate words. Please make sure you synced the strings first before changing / translating WooCommerce, WoodMart Core plugins and WoodMart theme. You can refer to article

https://xtemos.com/docs-topic/theme-translation/
https://xtemos.com/docs-topic/how-to-make-woodmart-multilingual-with-wpml/

+ You are also need to select the language for the backend and theme settings for admin from the admin user profile, please edit the user’s profile and then select the language for that user it will show the same on the backend.

If you have any questions please feel free to contact us.

Regards,