Remove attributes from "Booking" shop style

This topic has 6 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Olga Barlow

  • Avatar: CorsaDesign
    CorsaDesign
    Participant
    October 6, 2016 at 16:36

    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

    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 6, 2016 at 17:11

    Hello,

    Edit your products and just remove tick from Visible on the product page for your attributes http://prntscr.com/cqljk9

    Regards

    Avatar: CorsaDesign
    CorsaDesign
    Participant
    October 6, 2016 at 17:24

    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

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 7, 2016 at 10:41

    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

    Avatar: CorsaDesign
    CorsaDesign
    Participant
    October 7, 2016 at 11:19

    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;
    }

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 7, 2016 at 16:36

    You are welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.