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

    Hi
    1. When you select a variable product in woocommerce it shows text (Tags, Clear section) underneath all bunched up on a Mobile device

    2. How can I modify Cart remove X to a word?

    #336503

    Hi!

    1. Can you post a link to a variable product on your site?

    2. Try adding this to Quick CSS:

    .product-remove a.remove {
        text-indent: initial !important;
        font-size: 0;
        background: none !important;
        border: 0 !important;
        border-radius: 0;
    }
    .product-remove a.remove:after {
        content: "Remove";
        font-size: 12px;
    }

    Best regards,
    Josue

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