Hi.I am trying to remove the "read more" button (or as it is displayed in the product page: "Mehr dazu" in German) from the description section in the product page,but without any success.Can you help me?Thank you in advance.
Hi Do you want to remove this button? https://prnt.sc/2r9VFBQXS6jl You go to the file /themes/newyork_fashion_30/assets/field-css/default_setting.css 1. find class #product .tab-content .product-description (line 596) edit max-height: unset; https://prnt.sc/Ymh6pP03hN0d 2. class .button_readmore (line 605) and add display: none; enter https://prnt.sc/5MqbDddl1kDm Thanks
Hi.I am trying to remove the "read more" button (or as it is displayed in the product page: "Mehr dazu" in German) from the description section in the product page,but without any success.Can you help me?Thank you in advance.
Hi
Do you want to remove this button?
https://prnt.sc/2r9VFBQXS6jl
You go to the file
/themes/newyork_fashion_30/assets/field-css/default_setting.css
1. find class #product .tab-content .product-description (line 596) edit max-height: unset;
https://prnt.sc/Ymh6pP03hN0d
2. class .button_readmore (line 605) and add display: none; enter
https://prnt.sc/5MqbDddl1kDm
Thanks
Best Regards,
Andrea - FieldThemes Support Team