How can i remove these two breadcrumbs
-
Hi.
How can I remove 1 and 2?
Thanks,
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-post .woodmart-entry-meta,
body.single-post .post-title-large-image .meta-post-categories {
display:none;
}
Best Regards
Hi,
I added this under that setting but it didn’t take either 1 or 2 away.
Thanks,
Hello,
Please provide your site admin access to the private area.
Best Regards
Hello,
Please replace the code with this one:
body.single-post .woodmart-entry-meta{
display:none;
}
body.single-post .post-title-large-image .meta-post-categories {
display:none;
}
Best Regards