badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Shop & Category Headings

#102770

Hi @jabbpublications

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!