Hide Tags from Posts in Woodmart Theme
-
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!
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
Hello,
Try to use the code below for help:
.single-post .tags-list {
display: none !important;
}
Kind Regards
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
dashboard area = wordpress panel access?
Hello,
Yep, WordPress admin access.
Looking forward to hearing back from you!
Kind Regards