Feature request: make "Sizing Guide" more generic

This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler

  • Avatar: hugompalma
    hugompalma
    Participant
    July 19, 2018 at 11:01

    Hi,
    the “Size Guide img” product field is great but it would be much better if we could specify the field label for each product.

    For example, in my store i sell both clothes and nutrition products. For clothes it’s fine to keep the “Sizing Guide” label as that’s exactly what we’ll be showing. But, for nutrition products we’d like to show here the nutritional information photo. So the label would have to be different.

    If this was possible it would be great.
    Thanks.

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 19, 2018 at 12:18

    Hello,

    You can try to achieve the desired result using custom css code. For example:
    http://prntscr.com/k8dv0z

    .product_cat-uncategorized .size_guide a {font-size: 0;}
    .product_cat-uncategorized .size_guide {
        position:  relative;
    }
    .product_cat-uncategorized .size_guide a:before {
        content:  'Custom test';
        font-size:  16px;
        text-transform: capitalize;
    }

    change .product_cat-uncategorized and Custom test.
    Add the code in Theme Options > Custom css or in style.css file of your child theme.

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.