Hey guys!
Is there a way to change the content of the Product Meta Info ?
I would like to delete the Link to the Product Category Page in the Meta Info in ALL PRODUCTS.
Appreciate any help!
Thanks in advance.
Miro
Hey Miro,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top .template-page .product_meta .posted_in {
display: none;
}
Best regards,
Nikko