Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1342270

    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

    #1342277

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.