• Resolved ikbel

    (@ikbel)


    Hi there,

    i simply need to hide all vendor info from my website : name, details, tabs, cart, single product, email info…all !

    is there any snippet code or plugin?

    Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @ikbel

    Removing all the vendor information from the site is currently unavailable by default. As per our support policy, we are unable to provide our users with any custom solution.

    But you can remove the vendor info from many places using custom CSS. For example, you can add the below-mentioned CSS on your site’s Appearance > Customize > Additional CSS to remove the vendor name from the cart page.

    .variation .variation-Vendor {
        display: none !important;
    }

    I hope it helps. Thanks!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @ikbel

    As we have not heard back from you for a while, I am marking this topic as resolved. Feel free to open a new one if you face any further difficulties.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide vendor info’ is closed to new replies.