Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #533478

    Hello support,

    I would like something removed on the cart page.

    What CSS would I need?

    Image attached.

    Thanks in advance.

    #533559

    Hi Wils1234!

    Add this to your custom CSS.

    .woocommerce-cart .variation {
        display: none !important;
    }

    Cheers!
    Elliott

    #533764

    Hi Elliot,

    It removed all “Choose size:: EU36”. I only want “Choose size::” to be removed. How would I go about that?

    Thanks.

    #534252

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .woocommerce-cart dl.variation>dt {
        display: none!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Regards,
    Yigit

    #534288

    Hi Yigit,

    Thank you. This works.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Item on Cart Page’ is closed to new replies.