Pizza Theme: How to disable/hide the CART

Home Forums All Other Themes Pizza Theme: How to disable/hide the CART

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #187266
    Jimmy VJimmy V
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: November 27, 2021

    Hi,
    Please show me how to on the Pizza theme.
    1) disable/hide all the “Add to Cart” on all page.
    2) remove the CART icon in header menu

    Thanks,
    -jimmy

    PS. I was able to find someone already asked the same question that I have but can’t find any answer. Where can I find the FAQ section ?

    #187287
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    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 !important;}
    .addtocartscode1, .woocommerce ul.products li.product .button { display: none !important;}

    Regards,
    Dave

    #187316
    Jimmy VJimmy V
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: November 27, 2021

    Dave,
    Thanks, it works on the Shopping cart on header nav and on the Home/Front page and Shop page.

    But if you click on the item itself on the SHOP, it still take you to the item page with the Quantity and the “Add to cart” button showing. Can you help please?

    Question #2, how do I add the Shop or the Our Menu to the Header Navigation bar?

    Thank you so much.
    -jimmy

    #187368
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL so that we can assist further.

    Regards,
    Dave

    #187399
    Jimmy VJimmy V
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: November 27, 2021

    Hi Dave,

    https://papagpizza.com/tietkiem

    Go to Our menu -> click on any product (Almond cookie), new page opened. You can see the Quantity and “Add to Cart” button. I need to Disable the Quantity and “Add to cart”

    Thanks

    #187438
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

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

    .woocommerce div.product form.cart {
    display: none;
    }

    Regards,
    Dave

    #187460
    Jimmy VJimmy V
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: November 27, 2021

    Dave, it worked perfectly !!! Thanks

    #187514
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

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