here’s my blog https://brightideas.co/
I would like to remove the date and comment count from each blog post so that when a user visits the blog home page, they can’t see them.
Hey Trent,
Please try the following in Quick CSS under Enfold->General Styling:
.home .slide-meta {
display:none;
}
Best regards,
Rikard
Hi Rikard,
I placed the code where you asked (in the child theme) and it didn’t work. I also purges all caches and viewed the blog in an incognito window afterwards.
Hi,
Did you add his code to the very top of quick css so that it runs first? If not please do so and clear the cache again.
Best regards,
Jordan Shannon
It is the ONLY code in Quick CSS
Hi,
Enfold->Performance -> disable compression and file merging -> Delete old CSS and JS files? Yes -> Save. Enable compression and file merging again and save -> CSS works.
Best regards,
Rikard
That worked. Thanks!