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

    Hello, I am utilizing the Magazine element to list Portfolio Items. However, I don’t want the Date to show up and it’s not an option in the magazine options. Is there some CSS I can add to delete this information. My Portfolio Items are evergreen.
    Thanks!

    #1240001

    Hey pkjd,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    time.av-magazine-time {
    	display: none !important;
    }

    After applying the css, please clear your browser cache and check.
    If this doesn’t help please include the URL to the page in question so we can take a closer look.

    Best regards,
    Mike

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