How to edit breadcrumb only on single page?

This topic has 3 replies, 2 voices, and was last updated 1 years, 3 months ago ago by patrick

  • Avatar: patrick
    patrick
    Participant
    January 6, 2023 at 17:03

    The breadcrumb now is like

    HOME(link) > Blog(link) > Category(link)

    I’d like to make it display like this

    HOME(link) > Page Name(link)

    Is it possible to make it happen?

    Thank you.

    2 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    January 6, 2023 at 17:47

    Hello, @patrick,

    Unfortunately, there is no such option in our theme and WordPress for it, so you can try with the Custom CSS code I have prepared for you, please copy and paste the below given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the browser cache.

    .single-post .page-heading .breadcrumbs a:nth-child(3) {
        display: none !important;
    }
    .single-post .page-heading .breadcrumbs a:nth-child(5) {
        display: none !important;
    }
    .single-post .page-heading .breadcrumbs span.delimeter:nth-child(2) {
        display: none !important;
    }
    .single-post .page-heading .breadcrumbs span.delimeter:nth-child(4) {
        display: none !important;
    }

    https://postimg.cc/062yL1wh

    OR You can post your request here – https://www.8theme.com/taskboard/ , so our dev team read it. If it takes votes from other customers, our dev team will try to add it in one of the next updates.

    Regards 8Themes Team.

    Avatar: patrick
    patrick
    Participant
    January 6, 2023 at 18:04

    It work fine now, thank you.

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘How to edit breadcrumb only on single page?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.