remove cart from menu

edited January 2015 in WooCommerce
hi
how can i remove cart (catalog mode of woo commerce) for removing cart from menu ?
i try this 

#header_cart { display: none !important;}

I activate : 
Catalogue ModeRemove all Add to Cart buttonthank you
---------------i can't delete this post--------i don't know why but now everything is ok :-)

Comments

  • Hi,

    you can easily do it in Theme options > Getting started > Shop section. Just leave "Cart icon" field empty if you don't want to show icon.
  • ok thank you
  • edited January 2015
    I have another trouble with the menu when my screen is too small, the menu disappear ?

    my custom CSS is: 

    h2 { font-weight: 700; }


    /* Sections */
    #intro .one-third { margin: 0; width: 33.333%; }
    #features .one-second:nth-child(1) .list_item .list_left { float: right; }
    #features .one-second:nth-child(1) .list_item .list_right { margin-left: 0; margin-right: 100px; text-align: right; }

    /* Links */
    a.read_more { background: url(http://www.grandlagonservices.com/wp-content/uploads/2014/12/home_energy_arrow_right1.png) no-repeat right center; padding-right: 21px; }



    /* Buttons */
    a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
        font-weight: 700;}

    .counter .desc_wrapper .title {
    color:#295eaf; font-size:102%;}

    #ls-gpuhack {background-color:none;}
    p {    text-align: justify;}
    .column_attr {    text-align: justify;}
    .desc {    text-align: justify;}
    .hr_color, .hr_color hr, .hr_dots span {
    color: #FFD400;
    background: #FFD400;}
    .hr_zigzag i {
    color: #FFD400;} 
    .google_font  {color:#7AB6E4;}
    .date_label {visibility:hidden;}
    #header_cart { display: none !important;}
    .c { display: none !important;}


    thank you
  • Maybe you did not selected menu in Appearance > Menus > Manage locations section or your menu icon on mobile devices in the same color as background and that's why it is not visible for users?
Sign In or Register to comment.