Tagged: product category
-
AuthorPosts
-
January 7, 2014 at 10:02 am #206222
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 tagsThanks
GlennJanuary 7, 2014 at 11:06 am #206243Hey Glenn!
Try this code instead
.template-shop .product_meta .posted_in { display:none; }Cheers!
PeterDecember 23, 2019 at 8:28 am #1168676Hi dude, I want to hide all the product meta information, can you please help me?
December 24, 2019 at 7:45 am #1168885Hey freepaulc,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonApril 13, 2021 at 10:53 pm #1294218Hey 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
April 14, 2021 at 10:36 pm #1294442Hi,
Add this to quick css:
.summary.entry-summary .product_meta{ display:none!important; }Best regards,
Jordan ShannonApril 14, 2021 at 11:10 pm #1294460Hi Jordan,
Didn’t work, unfortunately.
Best,
H
April 15, 2021 at 12:50 am #1294464Hi,
Did you clear the cache a few times over? Also add the code to the very top of quick css.
Best regards,
Jordan ShannonApril 15, 2021 at 1:04 am #1294467Hey,
Just did all of that, but no change yet.
April 17, 2021 at 6:22 am #1294872Hi hacart,
The .product_meta div is hidden on the page you linked to, what more do you want to hide?
Best regards,
RikardApril 19, 2021 at 10:26 pm #1295358Hello Rikard,
I’ve placed a link so you can visualise what exact META info persists in showing up (desktop version).
Regards,
H
April 20, 2021 at 12:11 am #1295367Hi,
Add this to quick css:
#meta-2{ display:none!important; }Best regards,
Jordan ShannonApril 20, 2021 at 7:04 am #1295431Great. Thanks a lot.
H
April 20, 2021 at 2:25 pm #1295557Hi H,
We’re glad to hear that :)
Just let us know if you need further assistance.Best regards,
NikkoJuly 1, 2021 at 1:47 pm #1308318Hi! Similar question as Glenn but I only want to hide the tags. Which code should I use?
July 1, 2021 at 3:52 pm #1308334Hi AnniNilsson,
Can you give us a link to the page mentioned? so we can give an accurate CSS code.
Best regards,
NikkoJuly 2, 2021 at 10:03 am #1308478Hi Nikko!
It’s not a specific page on my site, it’s every single product page I want to remove the tags from.July 2, 2021 at 4:06 pm #1308522Hi AnniNilsson,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .product_meta .tagged_as { display: none; }Best regards,
NikkoJuly 5, 2021 at 1:18 pm #1308778Works perfect, thank you!
BR
July 5, 2021 at 4:41 pm #1308806Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Hide product meta on single product page’ is closed to new replies.
