-
I am using the 5th option fpr Product Card Style on Shop Page. This is due to the fact that the rest does not have a satisfactory UX on mobile version. Eg. too sensitive to touch and pop out etc.
Nonetheless I am using the 5th Product Card Style. I wish to opt out of having categoies placed above Product Title because I feel that the Product Title should be on top and should stand out.
Kindly advise on how this can be done. (See attached pic)
Thank you. And great theme by the way, kudos !
Hi,
Sorry for the delay in responding,
Please note that there is not an option to do this through the Theme Setting, but it’s possible with a line of CSS code.
Please provide the URL of your website to me, I will help you with a line of CSS code.Best,
Hi mate
For hiding the categories in your Products add the following code to
WordPress dashboard -> theme setting -> additional Scripts -> custom Css
.woocommerce div.products.instantshop div.product span.default_product_cat { display: none !important; } .woocommerce div.products.instantshop div.product .wrap_after_thumbnail { padding-top: 10px; }
You must be logged in to reply to this topic.