Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #869335

    Hey there,

    how to hide the woocommerce cart icon on the checkout page.

    I actually don`t want people to be distracted this far in the buying process.

    Thank you in advance.

    #869491

    Nobody?

    #869521

    Regardless whether removing the icon from the checkout is a wise decision you can add the following css code to your custom css:

    .woocommerce-checkout ul#menu-item-shop {
        display: none;
    }
    #869596

    Hi ibetubet,

    Have you tried the solution above?


    @mensmaximus
    thank you for your input.

    Best regards,
    Victoria

    #869597

    Hi Victoria,
    yes I copied the code to my custom css field.

    It didn`t work :(

    Do you have an idea?

    Cheers

    #869839

    Hi ibetubet,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

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