Viewing 5 replies - 1 through 5 (of 5 total)
  • That’s breadcrumb,do you wish to remove it from all the pages?
    You can remove the breadcrumb function code from your theme files or you can add display:none in your theme stylesheet.

    Where to add diaply:none in stylesheet?
    1.Open WordPress dashboard and navigate to Appearance >Editor.
    2.Find the below code:

    .breadcrumbs {
        margin: 0px 0px 50px;
        font-size: 0.9em;
        color: #9F9994;
    }

    Change it with

    .breadcrumbs {
        display:none;
    }

    Thread Starter andreaandlouise

    (@andreaandlouise)

    Thanks for replying, I am a total website novice, yes I want to remove from every page please.

    Have you tried the code above? It will work.

    Thread Starter andreaandlouise

    (@andreaandlouise)

    Wow after all sorts of issues logining I finally managed to do the above and it worked thank you so much I really appreciate your help and you making it so idiot proof.

    Thread Starter andreaandlouise

    (@andreaandlouise)

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme] My Life’ is closed to new replies.