• Resolved erm1sh

    (@erm1sh)


    Hey Everyone,

    I’m new to WordPress Family and WooCommerce Plugin. I have a slightly major problem. I have to hide the product brand from the product page which I took a screenshot of. If there is a solution for it, please help me.

    Screenshot: https://prnt.sc/nSjNBFBbpxwR

    Note: Disabling the option “Visible on product page” didn’t/doesn’t work.

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Afzal (woo-hc)

    (@afzalpansuvi)

    Hi @ermm1sh,

    Welcome to the WordPress family and thank you for choosing WooCommerce for your online store. I understand that you’re trying to hide the product brand from the product page. I’d like to confirm if you’re using any specific plugin for managing product brands. If yes, could you please share the name of that plugin? This will help me provide a more accurate solution.

    Also, you mentioned that disabling the “Visible on product page” option didn’t work. Could you please share the link to the prodcut page? We might be able to hide it usig custom CSS code.

    Looking forward to your response.

    Thread Starter erm1sh

    (@erm1sh)

    Hey, @afzalpansuvi

    I use the Woocommerce plugin with Woodmart. Here’s a link for an example product for your more information;

    https://modernlux.eu/products/monza-bed-frame/

    Hi @erm1sh,

    Thanks for getting back to us. To remove the branding please use the below CSS code:

    /*To remove the branding*/
    .wd-product-brands {
        display: none !important;
    }

    To apply this code to your website, you follow the detailed guide here.??You should see the changes reflected on your website immediately. If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Let us know if there’s anything else we can help you with.

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How To Hide Product Brand On Product Page?’ is closed to new replies.