Tagged: Hide Date
Hi,
I am using free theme
Website is: https://animationandvfxjobs.com/
I want to hide publication date from here: https://prnt.sc/xjt6lr
Also, it must be seen inside the post.
Hi amitmozar,
Please go to ‘Appearance > Customize > Additional CSS’ and Paste the Below Custom CSS code.
body:not(.single-post) .entry-meta .date { display: none; }
Thanks
Thanks. It worked.
Welcome anytime Amitmozar.