Okay
  Public Ticket #2291475
How can i remove these items from Navigation and Product?
Closed

Comments

  •  1
    Olivier LECA started the conversation

    Hi there, 

    Could you help me figure out how to remove these 3 items : 

    • 2 on the top navigation level, 
    • Remove Add to Cart and Quantity buttons at product level 

    (see photos) 

    Thanks for your help, 

    Olivier

  •  608
    WordPress replied

    Hi,

    You are using header 02 . in customize -> header--> header layout 2 . you can turn off show language

    3981589264.png

    You can add style in Custom css

    .entry-summary form.cart,

    .btn-humburger{

    display:none;

    }




  •  1
    Olivier LECA replied

    Hi guys 

    Thanks for that. Could you please reply to the 2nd issue? (see attachment Removing buttons add-to-cart ...) About how to remove at the product level the add to cart and quantity buttons. I turned off in Customize>Shop>Shop single , the Add-t-Cart but maybe not the right place. 

    Have a great day, 

    Olivier

  •  608
    WordPress replied

    Hi,

    You can add style in Custom css

    .entry-summary form.cart,

    .btn-humburger{

    display:none;

    }