• Resolved shoclabs

    (@shoclabs)


    Hi,

    Is there a way to display just the brand banner on archive pages? Right now I get both the Archive Brand Title and the banner just beneath it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor titodevera

    (@titodevera)

    Hi shoclabs.

    Add this code to your functions.php:

     add_filter('woocommerce_show_page_title', function(){ return ( !is_tax( 'pwb-brand' ) ); } );
    

    ??

    Hello

    I wanted to do something similar, but replace the brand title with the brand logo. Is this possible?

    Thanks
    Mario

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding Title on Brand Archive pages’ is closed to new replies.