Hi,
I would like to hide the category and tag on Maganize element,
I have unchecked the Display Categories, Tag and Author on setting, it doesn’t seem to work. How can I hide the metadata on Maganize?
Best regards
Hey StuWeTueHo,
Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
.av-magazine-time,.av-magazine-author-wrap,.av-magazine-cats-wrap,.av-magazine-tags-wrap {
display: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike