Hi!
Is it possible to change or delete the header text (page name and site map).
S
Stas
Original poster
Member
Hi!
Is it possible to change or delete the header text (page name and site map).
Hi Stas,
Try the CSS below
.page-title{
display: none;
}
Copy and paste this in Appearance -> Customize -> Additional CSS
Regards
This eliminates the image as well though, is there any way to take the title/breadcrumb off and keep the image?
Hello Isabella,
Use the CSS below
.section-title h1, .bread-crumb, .bread-crumb span{
display: none;
}
Copy and paste this in Appearance -> Customize -> Additional CSS
Regards