Discount for the New Theme:  Bumedi WooCommerce Store Theme

Looking for Custom WordPress Solutions?

We're available for freelance work – no job is too small or too big. Figma/PSD to Wordpress - Figma/PSD to HTML - Figma/PSD to Shopify
Talk to our team and let's build your next project → Hire Us

Okay
  Print

Hide Category Page Title

Please add the following css codes in Dashboard > Appearance > Customize > Additional CSS;

.shop-page-header.style-2 .container .row .shop-page-header--title .entry-title {
    font-size:0;
}
.shop-page-header--title .entry-title {
    font-size: 2.5rem;
}
@media screen and (min-width: 75rem){
.shop-page-header--title .entry-title {
    font-size: 3rem;
}
}
@media screen and (min-width: 75rem){
.shop-page-header.style-2 .container .row .shop-page-header--title .entry-title span{
    font-size: 5rem;
}
}