Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1202163
    maghrabi42
    Participant

    Hello,
    I need please remove field on cart page
    thank you

    #1202231
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1202330
    maghrabi42
    Participant

    Hello,
    URL : najdstore.com
    thanks a lot 🙂

    #1202384
    Joao
    Moderator

    Hi There,

    As you have under construction plugin activated please provide your admin credentials in a private reply.

    Thanks

    Joao

    #1202448
    maghrabi42
    Participant
    This reply has been marked as private.
    #1202647
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .page-id-198 .actions {
        display: none;
    }
    
    .page-id-198 .cart_totals {
        display: none;
    }
    

    Hope that helps.

    #1202920
    maghrabi42
    Participant

    Hello,
    the code work fine but sorry i forget to tell you i need the button of continuo to pay
    thank a lot for great support

    #1203041
    Christopher
    Moderator

    Hi there,

    Please update previous code to :

    .woocommerce-cart td.actions,.woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive,.woocommerce-cart .cart-collaterals h2 {
        display: none;
    }
    .woocommerce-cart .wc-proceed-to-checkout {
        margin: 0 !important;
    }
    

    Hope it helps.

    #1203666
    maghrabi42
    Participant

    thank you so much it’s work 🙂 have a nice day

    #1203698
    Joao
    Moderator

    Glad to hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1202163 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>