-
Hello
I understand there is a template for single product template, but where I can edit it? When I try to make a new template for single product, it tell me that is in conflict with the theme and other plugins.
Please, tell me, how can I edit the single product template?
Thank you!
Hi.,
If you select “Product Template” as “Custom template” you need to edit the Product and customize content like this – https://prnt.sc/vn9s3a Hope you understand.
Thanks for the reply. I don’t understand what you’re telling me I have to do.
What do you mean when you say ‘as custom template’.
Be more specific.I want to make small changes on the product page (I want to delete the black and white filter applied to the image, the color and the size of the text, both in the short and in the long description, the color of the button “add to cart” and borders).
I really like the theme, but I don’t like being so restricted in editing the theme.
Thanks in advance for giving me more freedom to edit the theme, to edit it according to my needs.
Hi
Change font size, hexadecimal code color as per your need
Add the below CSS in Appearance > Customize > Additional CSS
/*** To remove filter in product page https://prnt.sc/10ecmg7 ***/
.woocommerce div.product div.images img{-webkit-filter:none; filter:none;}
/*** To change font size and color of product title ***/
.woocommerce .product .dt-sc-product-summary > div .product_title{font-size:2em; color:#FFF;}
/*** To change font size and color of product description ***/
.woocommerce .product .summary.dt-sc-product-summary .dt-sc-product-summary-additional-content {font-size:25px;}
/*** To change color and border color of buttons ***/
.woocommerce .product .dt-sc-product-summary .product-buttons-wrapper.style-simple .wc_btn_inline button, .woocommerce .product .dt-sc-product-summary .product-buttons-wrapper.style-simple .wc_btn_inline button.button, .woocommerce .product .dt-sc-product-summary .product-buttons-wrapper.style-simple .wc_btn_inline .button, .woocommerce .product .dt-sc-product-summary .product-buttons-wrapper.style-simple .wc_btn_inline .button.alt{color:#FFF; border: 2px solid #2A2A2A;}
You must be logged in to reply to this topic.