This topic has 6 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
i need to see only in one category how to do this ?
Hello,
Please describe the desired result in more details with screenshots.
Thanks in advance.
Regards
i dont need show sizing guide in gategory product-category/accessories/ i need to sho only in sandals catecory. Can i do this .? http://prntscr.com/o7dysi http://prntscr.com/o7dzdg
Hello,
You can upload “Size guide image” not via Theme Options, but via [8theme] Product Options – http://prntscr.com/o7e237
Regards
i must to do for evry product ?
Hello,
Yes, or you can use custom CSS code.
For example:
.product-content .size-guide {
display: none;
}
.product_cat-ballsai-sandals .product-content .size-guide {
display: block;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up