Remove “My Cart” icon in the header menu

Home Forums All Other Themes Remove “My Cart” icon in the header menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #226765
    Toby WongToby Wong
    Participant
    • Topics: 10
    • Replies: 17
    • Total: 27
    Member since: October 25, 2014

    Hello, how can I remove the My cart icon and the $0.00 from header menu?
    I use woo commerce for the product catalog but not for online shop.

    Thanks a lot.

    #226770
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31028
    • Total: 31028
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header-extras { display:none;}

    Regards,
    Chris

    #226860
    Toby WongToby Wong
    Participant
    • Topics: 10
    • Replies: 17
    • Total: 27
    Member since: October 25, 2014

    Hi Chris,

    It not work. the cart and amount still here.

    Here is my code in CSS:

    .tabs.wc-tabs, .post_head { display:none;}
    .single-product .mywrap { position: relative;}

    .header-extras { display:none;}

    span.desc{display: none;}

    @media screen and (max-width: 479px) {
    .auto-parts-products-box {
    width: 49% !important;
    vertical-align: top;
    }
    }

    Thanks 🙂

    #226869
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31028
    • Total: 31028
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Chris

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