• Resolved Cozmoz365

    (@cozmoz365)


    Hi,

    Is it possible to change the image size of the brand logo on the Brand tab found on the product page? I have already updated the brand logo size on under “WooCommerce > Settings > Brands > Brand logo size” which has worked for the logo shown in the summary section of the Product page.

    Thanks,

    Costa

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

    (@cozmoz365)

    If possible I also believe I should be able to update/remove it using a filter in my functions file.

    Plugin Contributor titodevera

    (@titodevera)

    Hi Cozmoz365!

    PWB 1.7.7 introduces a new filter for this:

    
    add_filter('pwb_product_tab_brand_logo_size', function( $text ){
      return 'full';
    });
    

    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Brand Logo Under Brand Tab’ is closed to new replies.