Viewing 11 replies - 1 through 11 (of 11 total)
  • fresatomica

    (@fresatomica)

    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.

    Thread Starter focusonsimple

    (@focusonsimple)

    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.

    lizkarkoski

    (@lizkarkoski)

    Hi –

    Looking at that link I see coming soon, plants above the title. Is that what you’re looking for?

    Thread Starter focusonsimple

    (@focusonsimple)

    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.

    Thread Starter focusonsimple

    (@focusonsimple)

    That worked great. Thanking you.
    How do I remove author also please?

    Here you go:

    .group-blog .byline {
      display: none;
    }
    Thread Starter focusonsimple

    (@focusonsimple)

    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;
    }
    Thread Starter focusonsimple

    (@focusonsimple)

    FOTIS – you’re a legend!!
    Thanks so much :))

    You’re welcome and let me know if you need more help with your theme.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Category breadcrumbs’ is closed to new replies.