Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #677230

    shootsandmore
    Participant

    Hi there,

    I would like to hide the ‘update cart’ button in the cart page. Is there any way I can do this in the child theme?

    Thanks@

    #677232

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    .woocommerce-cart .update.action-group {
        display: none;
    }

    Hope it helps.

    #677260

    shootsandmore
    Participant

    Worked perfectly. THANKS.

    Do you also happen to know why some texts in woocomerce are still in English, while other texts are in Dutch (my language). See http://shootsandmore.nl/winkelmand/ after adding a product

    Thanks in advance.

    #677279

    Zeshan
    Member

    Hi there,

    You’re welcome! 🙂

    You need to translate those strings in X language file x.pot located in folder /wp-content/themes/x/framework/lang/. For more detail, please review our KB article on Translation. You can use Poedit to translate X language file.

    Thank you!