• Resolved orki

    (@orki)


    In othere themes i can hide it like this:
    Appearance > Customize > Woocommerce > Menu Cart, and set the visibility as disabled on all the devices, and check.

    But I can’t find Menu Cart in the theme.

    How can I hide it?

    Thanks

    • This topic was modified 6 months, 1 week ago by orki.
Viewing 1 replies (of 1 total)
  • Jahid

    (@jahidhasan018)

    Hi @orki
    Twenty Twenty-Four is a block theme, so you won’t find the Customizer. Instead, you need to use the Site Editor to make any changes. Follow these steps if you want to remove the cart icon completely:

    1. Go to Appearance > Editor.
    2. Click on the header part.
    3. Click on the cart icon and delete it.

    If you want to hide the cart block conditionally, consider adding the “Block Visibility — Conditional Visibility Control for the Block Editor” plugin.

    See Screenshot: https://ibb.co/BtF76kb

    Additionally, you can hide the cart using CSS Here is the CSS code:

    /* Hide WooCommerce menu cart */
    header .wc-block-mini-cart__button  {
        display: none !important;
    }

    I hope this helps! Let me know if you have any questions.

    Regards,
    Jahid

    • This reply was modified 6 months, 1 week ago by Jahid.
    • This reply was modified 6 months, 1 week ago by Jahid.
    • This reply was modified 6 months, 1 week ago by Jahid.
Viewing 1 replies (of 1 total)
  • The topic ‘Hide cart icon’ is closed to new replies.