Hi @burgerino,
Try this CSS code and add it to Appearance > Customize > Additional CSS from dashboard.
.page .entry-header {
display: none;
}
Regards,
Kharis
changing of headers size in theme dashboard doesn’t work, can i change it by css? especially cart page title and checkout page title, i want to make it smaller than default
Hi @prysiwo,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.woocommerce-account .entry-header .entry-title,
.woocommerce-checkout .entry-header .entry-title,
.woocommerce-cart .entry-header .entry-title {
font-size: 28px;
}
Hope that helps.
Regards,
Kharis