• Resolved justwithjeet

    (@justwithjeet)


    We are using Sinatra theme for our website kilohecta.com and we have enabled the display of breadcrumb in the post header section. However, we want the breadcrumb to display only in the pages, not in the posts. Right now it is displaying both for the pages and for the posts. We could not find any settings to disable the breadcrumb in the post, or to enable it only for the pages.

    Any help or suggestion in this regard will be highly appreciated.

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Branko

    (@brankoconjic)

    Hi @justwithjeet,

    You can hide it with this CSS:

    .single-post .si-breadcrumbs {
      display: none;
    }

    The CSS can be added into the Additional CSS field in Appearance ? Customize.

    Thread Starter justwithjeet

    (@justwithjeet)

    Thanks! This has worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to disable breadcrumb for post (and enable in pages)’ is closed to new replies.