Remove breadcrumb

This topic contains 5 replies, has 2 voices, and was last updated by  Simone 9 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #38162

    naitsa
    Expired Member
    Post count: 20

    How to remove the breadcrumb from the top of the listing page? Thanks

    #38169

    Simone
    Expired Member
    Post count: 3515

    Hello, add this in your style.css inside your child theme’s folder

    
    
    .geodir-breadcrumb {
    display:none;
    }
    #38172

    naitsa
    Expired Member
    Post count: 20

    The code works but I lose padding between heading and menu. Is there any way I can fix that? Thanks.

    #38177

    Simone
    Expired Member
    Post count: 3515

    go with this, disregard the first code

    
    
    .geodir-breadcrumb ul li {
    display:none;
    } 
    #38178

    naitsa
    Expired Member
    Post count: 20

    I fixed it by adding

    #geodir-wrapper-content {
    padding-top: 50px;
    }

    .geodir-sidebar-right {
    padding-top: 50px;
    }

    I think I’m slowly understanding how to work around things. 🙂
    Thank you very much for helping me out.

    #38179

    Simone
    Expired Member
    Post count: 3515

    you’re a very fast learner instead 🙂
    you’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket