This topic has 2 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
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.
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
You must be logged in to reply to this topic.Log in/Sign up