Hi. I need different changes to the site (text and boxes)
-
Hi. how can I change the product title in H1?( Screenshot 1)
texts in the boxes?( Screenshot 1)
review box where can i make changes?( Screenshot 2)
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Maybe you are using Custom WooCommerce Builder layouts, which is part of WooCommerce Builder from WoodMart. Navigate to Layouts > Edit Single Product Layout and configure the elements.
Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
Best Regards,
Tell me where to change this ORANGE color to Black text.Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woocommerce-checkout .woocommerce label {
color:#090202;
}
Best Regards,