Comments 20Zoe started the conversationApril 24, 2017 at 7:15pmHello!I'm wondering if there's a fairly easy way to hide post dates on specific categories of posts while showing them on all the others. We want to show the dates on all the posts on our site except our recipe http://brazibites.com/2017/04/savory-brazi-bite-pull-apart-bread/ and brazil categories http://brazibites.com/2016/08/tips-brazilian-bash-olympics/ for which we have created a unique design. Thank you as always!!!Zoe[deleted] repliedApril 25, 2017 at 7:32amHi Zoe,Actually there is not such a specific option, but you can do it with CSS: .single-blog-holder .details .date { display: none;}Add the above CSS for those posts only (when editing that post, on Custom CSS tab from Parameters and Options)Does this works for you? Sign in to reply ...
Hello!
I'm wondering if there's a fairly easy way to hide post dates on specific categories of posts while showing them on all the others.
We want to show the dates on all the posts on our site except our recipe http://brazibites.com/2017/04/savory-brazi-bite-pull-apart-bread/ and brazil categories http://brazibites.com/2016/08/tips-brazilian-bash-olympics/ for which we have created a unique design.
Thank you as always!!!
Zoe
Hi Zoe,
Actually there is not such a specific option, but you can do it with CSS:
Add the above CSS for those posts only (when editing that post, on Custom CSS tab from Parameters and Options)
Does this works for you?