Home Forums WoodMart support forum Hide Tags from Posts in Woodmart Theme

Hide Tags from Posts in Woodmart Theme

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #632863

    bornapos5
    Participant

    Hello,
    I am using the Woodmart theme, and I want to hide/remove the tags (tag links) that appear under each post on my website. I have already tried:

    Disabling them via the theme settings, but I couldn’t find an option.

    Adding custom CSS like .tags-links { display: none; }, but it didn’t work.
    Could you please guide me on how to remove or hide the tags? If it requires editing theme files, please let me know which file to modify and what to change.

    Thank you for your assistance!

    #633050

    Luke Nielsen
    Keymaster

    Hello,

    Please send me a screenshot of which tags you mean so I can prepare a custom CSS code to hide it.

    Than you in advance.

    Kind Regards

    #633066

    bornapos5
    Participant

    screnshot of tags

    #633155

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    .single-post .tags-list {
        display: none !important;
    }

    Kind Regards

    #633217

    bornapos5
    Participant

    not work

    #633228

    Luke Nielsen
    Keymaster

    Hello,

    Is there any chance that you could give me access to the dashboard area so I can check the site settings?

    Looking forward to collaborating with you!

    Kind Regards

    #634273

    bornapos5
    Participant

    dashboard area = wordpress panel access?

Tagged: 

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