Change color of Product-description-page's background
-
Hello XTEMOS,
I want to change the color of the product description page’s background (all product’s pages). It currently is #F9F9F9.
link in screenshot:
https://satatech.vn/product/cong-tu-an-ninh-sct-rf9540/
Thanks.
Attachments:
You must be
logged in to view attached files.
And also the background color of the short-description in the single product’s page, it’s currently is #f5f5f5.
I tried to change it in the style.css file, but I can’t.
Thank you a lot.
Attachments:
You must be
logged in to view attached files.
Hello,
The Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-product-details__short-description{
background:red;
}
Best Regards
Hello XTEMOS,
it’s red but only in the bottom.
I also want to change the color of the product description page’s background (as in the first attached image: 3.png). It currently is #F9F9F9, I want to make it brighter.
Thank you a lot and best regards.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-product-details__short-description pre{
background:red;
}
and
body .single-product-content .product-tabs-wrapper {
background-color: red;
}
Set the color as per your needs.
Best Regards
Thank you Elise, it worked so well.
Hope the best for you.
Kind regards.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Change color of Product-description-page's background’ is closed to new replies.