New Landing How can we help? Atelier Disable the category name on listing & product pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #253972
    eloday64
    Member
    Post count: 33

    Hi !

    I would like to disable the category name in the listing & product pages.
    I have verified in the woocommerce settings, and the “product categories” option is not active in the display settings…

    thanks !

    Attachments:
    You must be logged in to view attached files.
    #254055
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .posted_in {
     display: none;
    }

    – Kyle

    #254079
    eloday64
    Member
    Post count: 33

    Kyle, you are my new best friend ! ๐Ÿ˜‰

    #254080
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    #263962
    imawake
    Member
    Post count: 14

    Hi @Kyle, I had the same inquiry and added your custom css which worked for regular desktop and laptop display, but when I shrink the screen to tablet or phone size, the categories show up again. Any ideas on how to hide the categories under the products in smaller screen view? Thanks for the help!

    Attachments:
    You must be logged in to view attached files.
    #263971
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @imawake
    – Try to use this custom css code also.

    @media screen and (max-width: 767px) {
    .posted_in{display:none !important;}
    }

    Thanks
    Mohammad

    #264151
    imawake
    Member
    Post count: 14

    Hi @Mohammad,

    I added that code too. I tested on an actual tablet and the problem is solved. However, when I simply shrink my screen on my laptop or desktop, the problem persists and the categories show up. INterestingly, they go away when I continue to shrink the screen to phone size. Not an urgent problem, just odd. Maybe it’s just in Chrome.

    #264223
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code also:-
    .posted_in{display:none !important;}
    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register