hello,
i would like change the position of the product categories in the single product view, and put it under the product image, instead of under the product description
single product view: move categories location
4 posts from 2 voices-
Posted 7 months ago #
-
Hi c-m-y-k,
Unfortunately the theme isn't modifying the category position and I don't see a hook specifically for the categories in the woo commerce docs which would allow for that block of data to be moved.
If its a must have, I'd recommend checking the WooCommerce forums to see if the can direct you in how to re-locate it specifically.
Regards,
Devin
Posted 7 months ago # -
can i remove it?
Posted 7 months ago # -
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.single-product .posted_in { display: none; }That should do it :)
Regards,
Devin
Posted 7 months ago #
Reply
You must log in to post.














