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!
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