BuddyBoss Home – Web Support Forums Themes BuddyBoss theme How do I delete the shopping cart from the top panel?

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

    #51620
    @universeoflove

    Hi,

    Currently, I don’t need the shopping cart on the home page in the top right hand corner – http://universeofloveandsexuality.com – how do I get rid of it?

    Thanks

    Answers

    #51689

    Anonymous
    @

    Hi @universeoflove, if you need to remove from header
    you can use following custom css

    
    .page-template-page-no-buddypanel .header-notifications a.notification-link {
        display: none;
    }
    

    Regards
    Varun Dubey

    #51703
    @universeoflove

    Hi,

    Is this for the notifications or specifically for the shopping cart? I only want to remove the shopping cart. Thanks.

    #51785

    Anonymous
    @

    Hi @universeoflove, Please add this css code..it will only remove the cart icon

    
    div.header-notifications.cart {
        display: none !important;
    }
    

    Regards
    Pallavi

    #54083
    @deanodino1

    Thanks the second worked for me 🙂

    #54101

    Anonymous
    @

    🙂 Great

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘How do I delete the shopping cart from the top panel?’ is closed to new replies.