Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello albumruber,

    You can hide it via css. Add below css code into your current active child theme’s style.css file or you can add it additional css option into theme customizer.

    /**** Remove From Pages and Blogs ****/

    #crumbs {
    display: none;
    }

    /**** Remove Only From Pages ****/

    body.page #crumbs {
    display: none;
    }

    Hope this will helps you.

    Thanks !

    Thread Starter albumruber

    (@albumruber)

    Thanks you this helped me!

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    @albumruber Good to see that our provided solution worked for you. Can you please mark as “Accepted Solution” to make my put in efforts worth

    Thread Starter albumruber

    (@albumruber)

    Resolved

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Breadcrumbs’ is closed to new replies.