• Hello,
    I’m using the PRO version of this great theme.
    I want to remove Header Product title & Image throughout the store (products & categories). I know that using “Enable Custom Header – Overrides the standard header area” on each product, removes it, but i can’t do this on 1000+ products.
    Is there a function or css code that’ll take care of this?
    Also how can i add a (/br) on each product meta (product code/category/tags)?
    (Elementor Plugin installed)

Viewing 1 replies (of 1 total)
  • Theme Author uxl

    (@uxl)

    Sorry, we cannot answer questions specifically about the Pro version as it is not available at www.ads-software.com

    However, for the free version of Trusted, add this CSS in Appearance > Customize > Additional CSS:

    /* hide header title on products and categories */
    .tax-product_cat .header-title,
    .single-product .header-title{
        display: none;
    }
    
    /* show product meta each on new line */
    .product_meta .sku_wrapper,
    .product_meta .posted_in,
    .product_meta .tagged_as{
        display: block;
    }

    Please if you have further questions regarding the Pro version, you can submit a query in the support forum on our site.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Header Title and Image on all WooCommerce Pages/Products’ is closed to new replies.