This topic has 6 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
Hi, I’ve just seen the “Booking” shop style you added in the latest update, it looks great but I was wondering how to remove the attributes from it and just have the description and add to cart?
Thanks
Hello,
Edit your products and just remove tick from Visible on the product page for your attributes http://prntscr.com/cqljk9
Regards
Hi, that removes them from the product page as well as the shop page….I’m looking to just not display them on the “booking” shop style.
Thanks
Hello,
Unfortunately, there is no such option. You may hide them with CSS. Add the following code in Theme Options > Styling > Custom CSS
.product-view-booking .product-attributes {
display: none;
}
Regards
Hi, thanks for the help….I’ve done it with
.product-view-booking .product-attributes {
display: none;
}
.product-view-booking .shop_attributes th {
display: none;
}
.product-view-booking .shop_attributes td {
display: none;
}
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up