Text below inner banner

Home Forums Organic WordPress Theme Text below inner banner

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12148
    Jasmine Boone
    Participant

    Below the inner banner on each page there is an overview of where you are on the website. E.g. Home >> Contact. How can I remove this text and greenish strechted rectangle of a background?

    What Custom CSS do I need? Or where can I find the data for that and remove it?

    Thanks in advance!

    #12149
    Jasmine Boone
    Participant

    breadcrumb i think it is called

    #12150
    Jasmine Boone
    Participant

    Found it, I added this extra CSS

    .breadcrumbs-full {
    display: none;
    }

    .crumbs-inner {
    display: none;
    }

    .breadcrumb{
    display: none;
    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.