Expired
In Episode Grid Style 2 – https://preview.codeless.co/livecast/default/episode-list-2/ There is a TAG below featured image display LATEST EPISODE, how to disable/enable this tag? I looked in the episode but there is no option to do this.
Hi, By default there’s no such option. However you can add custom CSS to add or remove the tag “Latest Episode”.
P.S on your site I’ve added the custom CSS on: wp-admin > Appearance > Customizer > General > Custom Codes > Custom CSS .ce-podcasts-grid.ce-post-style-modern .entry-podcast .entry-contents .ce-latest { display: none; }
.ce-podcasts-grid.ce-post-style-modern .entry-podcast .entry-contents .ce-latest { display: none; }
Thanks,
You must be logged in to reply to this topic.