November 9, 2022 at 8:47 am
#102770
Theme Horse Support Team
Keymaster
As of our theme design we have hide the WooCommmerce header title you can display it again by adding custom CSS code below:
.woocommerce-page #primary .page-title {
display: block;
float; none;
color: inherit;
}
Let us know if you have any problem.
Thank you!