QUICK VIEW - by joestam - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler

  • Avatar: joestam
    joestam
    Participant
    August 24, 2020 at 17:54

    Hello how can i remove from Quick View the CATEGORIES and TAGS? I want only the BRAND show.
    https://isocks.minimal.gr/wp-content/uploads/2020/08/QUICK_VIEW_TAGS.jpg
    Thanks
    J.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: John Holden
    John Holden
    Support staff
    August 25, 2020 at 05:24

    Hi,

    Go to Theme Options > Woocommerce (Shop) > Shop Elements > Quick View

    Regards,
    Hung PD

    Avatar: joestam
    joestam
    Participant
    August 25, 2020 at 10:06

    Hello im trying to open the Product Meta tag but nothing happens only to hide it is possible.
    How can i choose what i want to appear in it?
    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 25, 2020 at 14:21

    Hello,

    Add the next code in Theme Options > Theme Custom CSS > Global custom CSS:

    .quick-view-layout-default .tagged_as {
        display: none;
    }

    Regards

    Avatar: joestam
    joestam
    Participant
    August 25, 2020 at 14:35

    Hello, thank you but i need to show only the BRANDS in the Quick View NOT the Categories.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 25, 2020 at 16:41

    Hello,

    Change the previous code to:

    .quick-view-layout-default .tagged_as,
    .quick-view-layout-default .products-page-cats {
        display: none;
    }

    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.