Tagged: title, woocommerce
The titles on Woocoomerce product pages set with strong attribute. How could I change it to h1 like on regular pages?
Hi Tobias!
Add this to the bottom of your functions.php file.
function avia_title_args_woopage()
{
}
Regards,
Elliott
Perfect, thanks :)