Remove “My Cart” icon in the header menu

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

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

    Hi,

    Kindly show us your website URL?

    Regards,
    Chris

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

    www.riccosmart.com

    Thank you

    #226936
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6992
    • Total: 7002
    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: 22
    • Total: 32
    Member since: October 25, 2014

    It works, thank you 🙂

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

    🙂

    #228991
    Toby WongToby Wong
    Participant
    • Topics: 10
    • Replies: 22
    • Total: 32
    Member since: October 25, 2014

    Hi I got another problem after the code, please find the image : https://jumpshare.com/s/yuT7vbNrreq5IvvYnzyQ

    The “My cart” was gone, but my menu seems cannot be in center.
    Thanks 🙂

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

    Hi,

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

    #topmenu { padding-right: 0;}

    Regards,
    Chris

    #229013
    Toby WongToby Wong
    Participant
    • Topics: 10
    • Replies: 22
    • Total: 32
    Member since: October 25, 2014

    It work! Thank you 😀

    #229027
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6992
    • Total: 7002
    Member since: June 12, 2013

    Great 🙂

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