Hello mambusss,
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer
.site-breadcrumbs {
display: none;
}
h1.page-header-title.clr {
display: none;
}
Hope this will helps you.
Thanks.
This code removes the title from all pages. I need to clean up on certain. On the main.
Hello,
Click to edit the page > OceanWP Settings Metabox > Title Tab and select disable.
This is home page. It is not in the list of available pages.
Hello,
Try to use the below code. It will remove page title only from the home page.
.home .page-header .page-header-title {
display: none;
}
That’s different. Thank you!