Focus on your business while our experts complete all of your WordPress projects.Your time is your most precious treasure. 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;
}
}