Can’t edit my products page please tell me how to edit vendor info in products

This topic has 2 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Rose Tyler

  • Avatar: Abdullah
    Abdullah
    Participant
    March 16, 2022 at 06:15

    I still have problem editing dear couldn’t understand where and how to edit it please guide me i like this theme but have too much difficulties.
    See these pictures and tell me from where to edit it .
    https://ibb.co/k9tQGPy
    https://ibb.co/MkdXpD8
    https://ibb.co/1K9ZtNw

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2022 at 10:54

    Hello,

    1/ Vendor Information tab comes from the vendor plugin, it shows automatically. You can disable it by adding the next code in Theme options > Theme custom CSS:

    .single-product .seller_tab {
        display: none;
    }

    2/ Single Product Builder > Cross-sell products.
    https://woocommerce.com/document/related-products-up-sells-and-cross-sells/
    3/ More Products tab comes from the vendor plugin, it shows automatically.
    You can disable it by adding the next code in Theme options > Theme custom CSS:

    .single-product .more_seller_product_tab {
        display: none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 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.