Woocommerce: How to remove page title from storefront theme homepage
Question
I have been searching online for this and everywhere I go it says to put the following into your functions.php
function remove_title_from_home() {
remove_action( 'storefront_homepage', 'storefront_homepage_header', 10 );
}
add_action( 'woocommerce_show_page_title', 'remove_title
0
homepage, title, woocommerce, wp-title
3 years
0 Answers
60 views