Remove “My Cart” icon in the header menu

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

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #226765
    Toby WongToby Wong
    Participant
    • Topics: 10
    • Replies: 20
    • Total: 30
    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: 31067
    • Total: 31067
    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: 20
    • Total: 30
    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: 31067
    • Total: 31067
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Chris

    #226902
    Toby WongToby Wong
    Participant
    • Topics: 10
    • Replies: 20
    • Total: 30
    Member since: October 25, 2014

    www.riccosmart.com

    Thank you

    #226936
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6990
    • Total: 7000
    Member since: June 12, 2013

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

    .header-extras {display:none !important;}

    Regards,
    Sonl Sinha

    #227159
    Toby WongToby Wong
    Participant
    • Topics: 10
    • Replies: 20
    • Total: 30
    Member since: October 25, 2014

    It works, thank you 🙂

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

    🙂

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