This topic has 7 replies, 4 voices, and was last updated 9 years, 2 months ago ago by Stan Russell
Hi Guys,
i am wondering if i can remove some things on the single product page.
For example on this site: http://quallenaquarium.net/shop/quallen-aquarium-cubic/
How can i remove:
1. The tab “additional information” called “Zusätzliche Informationen”?
2. The field “product description” on top, called “Produktbeschreibung”
3. The coupon field called “Gutschein?” on the cart site. (http://quallenaquarium.net/warenkorb/)
Thanks a lot in advance.
Oh and i forgot another thing:
4. Remove the field “Mail to a friend” in german: “Schreibe einem Freund”
Thanks 🙂
Hello,
1. You can remove tab as described in Woocommerce documentation:
http://docs.woothemes.com/document/editing-product-data-tabs/
2. Add this code in Theme Options > Custom CSS > Global Custom CSS:
.meta-title {
display: none;
}
3. You can disable coupon field in Woocommerce > Settings > Checkout tab and uncheck “Enable the use of coupons”.
4. Use this css code:
.product-information .email-link {
display: none;
}
Best regards,
Jack Richardson.
Hello Jack,
thank you for your help. It all worked great.
Beside No. 3.:
I already unchecked that box to enable the coupons, thats why i was wondering why its still there. (http://quallenaquarium.net/warenkorb/)
Any ideas?
Thanks
Hello,
Please try to add this code in Global Custom CSS.
.woocommerce-cart .woocommerce h3.underlined{
display:none;
}
Regards,
Robert Hall.
Great, thanks a lot
Hello Quallenaquarium,
is your problem solved?
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up