• Resolved seansallings

    (@seansallings)


    I would like to be able to put a sub text under the product name on the products page. Is this possible?

    Thanks!

Viewing 1 replies (of 1 total)
  • Yes this definitely possible with Storefront. The anwer below will require you though to have some PHP skills.

    If you’re working on a child theme, then you can use the action hook woocommerce_single_product_summary to add your text below the title on a single product. For the product list on the Shop page, you can utilize the woocommerce_after_shop_loop_item_title action hook.

    If you’re not sure about this, then it’s better to checkout the premium extensions for Storefront. Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Storefront – Text under Product name’ is closed to new replies.