Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #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 tags

    Thanks
    Glenn

    #206243

    Hey Glenn!

    Try this code instead

    
    .template-shop .product_meta .posted_in {
    display:none;
    }
    
    

    Cheers!
    Peter

    #1168676

    Hi dude, I want to hide all the product meta information, can you please help me?

    #1168885

    Hey freepaulc,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1294218

    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

    #1294442

    Hi,

    Add this to quick css:

    .summary.entry-summary .product_meta{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1294460

    Hi Jordan,

    Didn’t work, unfortunately.

    Best,

    H

    #1294464

    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

    #1294467

    Hey,

    Just did all of that, but no change yet.

    #1294872

    Hi hacart,

    The .product_meta div is hidden on the page you linked to, what more do you want to hide?

    Best regards,
    Rikard

    #1295358

    Hello Rikard,

    I’ve placed a link so you can visualise what exact META info persists in showing up (desktop version).

    Regards,

    H

    #1295367

    Hi,

    Add this to quick css:

    #meta-2{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1295431

    Great. Thanks a lot.

    H

    #1295557

    Hi H,

    We’re glad to hear that :)
    Just let us know if you need further assistance.

    Best regards,
    Nikko

    #1308318

    Hi! Similar question as Glenn but I only want to hide the tags. Which code should I use?

    #1308334

    Hi AnniNilsson,

    Can you give us a link to the page mentioned? so we can give an accurate CSS code.

    Best regards,
    Nikko

    #1308478

    Hi Nikko!
    It’s not a specific page on my site, it’s every single product page I want to remove the tags from.

    #1308522

    Hi AnniNilsson,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .product_meta .tagged_as {
        display: none;
    }

    Best regards,
    Nikko

    #1308778

    Works perfect, thank you!

    BR

    #1308806

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Hide product meta on single product page’ is closed to new replies.