Home Forums WoodMart support forum Hide show text in cart

Hide show text in cart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30147

    jalinmedia
    Participant

    Hi,

    We would like to remove the “show” (or “tonen” in our example) text in the cart.
    Please see attached!

    Kind regards,

    Jasper

    Attachments:
    You must be logged in to view attached files.
    #30176

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .widget_shopping_cart .cart-item-link {
    	font-size:0!important;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)