What is your URL?
I tried the theme but not see breadcrumbs
The url is beachtimemarketing.com
The blog page is fine but the home and about page shows a breadcrumb right under the logo.
In your Child Theme or CSS Editor Plugin try this code:
.page-list h3, .page-list h4 {
display: none;
}
.page-section {
padding: 0px;
}
*Note
If your theme has a custom CSS Editor in it, you can also paste the code in there.
Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.
Hello,
CSS edit is not necessary, just go to edit page and under our Page settings set Title layout to none,
Resolved. Thank you for the great support!
Hi Guys!
it is possible to make this setting globally or do I have to edit each page individually?
regards
Rene
Hello,
If you will put that under Maskitto Light Options > CSS code that should work globally.
Hi,
yes that works for me, thanks!
But I think this code removes now all of the h3 and h4 Lines in my content, correctly?
Regards
Rene
Yes, but at this moment this is the only solution.