Hi there,
I don’t think that the Scratchpad theme would display breadcrumbs and because your site is currently under maintenance I’m not able to check what you mean. Let us know when it’s live so we will have a look and, if possible, help you with some custom CSS.
Sorry. I have taken it off maint mode.
Perhaps breadcrumbs is the wrong word.
I want to remove the category and subcategory. eg see https://tablelandedibles.com/comfrey-borage/
and see the categories above the title.
Also – how to remove author.
Thank you.
Hi –
Looking at that link I see coming soon, plants above the title. Is that what you’re looking for?
Yes. That’s what I want gone please.
Hi there,
To hide the categories from your posts use the following CSS code:
.cat-links {
display: none;
}
You can enter that code in the CSS box by going to your Dashboard > Appearance > Customize > Additional CSS.
That worked great. Thanking you.
How do I remove author also please?
Here you go:
.group-blog .byline {
display: none;
}
Thankyou fotis.
Just added to css, but that one didn’t work.
I left it there incase you can see it on a single post. Eg: https://tablelandedibles.com/taro/
Ah! You want to hide the author bio at the bottom. Here’s the code:
.author-info {
display: none;
}
FOTIS – you’re a legend!!
Thanks so much :))
You’re welcome and let me know if you need more help with your theme.