Home Forums WoodMart support forum product brand Reply To: product brand

#87155

Artem Temos
Keymaster

You can edit a file woodmart/woocommerce/content-product-alt.php and move the code before the title

<?php
	woodmart_product_categories();
	woodmart_product_brands_links();
?>