Tagged: product category
Hi,
I just want to hide the producte categories shown on the single product page. I do NOT want to hide the product tags. I tried to hide via CSS:
.template-shop .product_meta {
clear: both;
font-size: 11px;
position: relative;
top: 8px;
display:none;
}
this worked but it also hided the product tags
Thanks
Glenn
Hey Glenn!
Try this code instead
.template-shop .product_meta .posted_in {
display:none;
}
Cheers!
Peter
Hi dude, I want to hide all the product meta information, can you please help me?
Hey freepaulc,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hey guys,
I’ve tried the previous code and this one:
.single-product-summary .product_meta {
display: none;
}
But none did the magic. Any help would be much appreciated. (Link provided, just in case).
Regards,
H
Hi,
Add this to quick css:
.summary.entry-summary .product_meta{
display:none!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Didn’t work, unfortunately.
Best,
H
Hi,
Did you clear the cache a few times over? Also add the code to the very top of quick css.
Best regards,
Jordan Shannon
Hey,
Just did all of that, but no change yet.
Hi hacart,
The .product_meta div is hidden on the page you linked to, what more do you want to hide?
Best regards,
Rikard
Hello Rikard,
I’ve placed a link so you can visualise what exact META info persists in showing up (desktop version).
Regards,
H
Hi,
Add this to quick css:
#meta-2{
display:none!important;
}
Best regards,
Jordan Shannon
Great. Thanks a lot.
H
Hi H,
We’re glad to hear that :)
Just let us know if you need further assistance.
Best regards,
Nikko
Hi! Similar question as Glenn but I only want to hide the tags. Which code should I use?
Hi AnniNilsson,
Can you give us a link to the page mentioned? so we can give an accurate CSS code.
Best regards,
Nikko
Hi Nikko!
It’s not a specific page on my site, it’s every single product page I want to remove the tags from.
Hi AnniNilsson,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .product_meta .tagged_as {
display: none;
}
Best regards,
Nikko
Works perfect, thank you!
BR
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon