Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sketchuprzr

    (@sketchuprzr)

    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 45 );

    When I add this code for woodmart, it looks like the image.

    What I want is to show only the store name. Maybe show your store profile picture as well.

    In this way, it is not in a good position and there is a lot of meaningless data repetition. This metadata is already available on the product page.

    I want to place it just like in this example.
    Is there a method such as a shortcode, function or elementor widget for this?

    Plugin Author WebWizards

    (@webwizardsdev)

    Hi there,

    I tried to see what happens when I activate the Woodmart theme in local tests, but I do see the vendor is already displayed by default: https://prnt.sc/VxDDW5YgA422

    It probably has to do with your specific Woodmart Settings or Demo used.

    I would suggest trying to show it with the code you already use, but to hide the unwanted elements (like category, sku etc) using CSS. On my local site I can hide category and SKU by adding this CSS to the site:

    span.sku_wrapper, span.posted_in {
        display: none;
    }

    We’re also happy to assist you to hide unwanted elements if you can provide us with a link to your site / page, so we can view it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display vendor name on single product “Woodmart”’ is closed to new replies.