Get rid of breadcrumb under page title - by wragano

This topic has 2 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler

  • Avatar: wragano
    wragano
    Participant
    September 19, 2018 at 22:26

    How do I get rid of the breadcrumbs under the page title for every page? It’s always wrong too (always says last page was Home). Only option I see is replacing breadcrumbs and title with Revolution Slider.
    I tried:
    .breadcrumbs .back-to {
    display: none !important;
    }
    But that just got rid of the “back to previous page” link.

    Also, how do I get the nav bar background to be grey like the corporate demo?

    Thanks,
    Will

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 20, 2018 at 08:40

    Hello,

    You can use such screenshot maker as Lightshot https://prnt.sc/ Screenshots of your problem will help me to understand more.
    To remove – http://prntscr.com/kwiut7 you need to add this code in style.css file of your child-theme:

    #breadcrumb {
        display:  none;
    }

    Breadcrumbs background you can change via Theme Options > Color Scheme.
    Feel free to ask if you have any other questions.

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

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