Hi there,
I have two columns, both pulling posts from different categories. One of those categories I’d like to hide the post date, so I could do;
display:none !important;
I’m guessing on this class;
.slide-meta-time updated
But how do I make this work for only one category (events) not the other (latest-news)?
Many thanks,
Jas
Hi Jason!
Afaik each column has a unique class/selector and this should be possible. Can you post a link to your website please?
Regards,
Peter
Hi Peter,
Yes, absolutely: http://www.cdc.org.nz
Thanks!
Jas
Hey!
Please add following code to Quick CSS
.home .avia-content-slider1 .slide-meta {
display: none;
}
Cheers!
Yigit
Hi Yigit,
Worked a treat (thought it was going to be trickier – sorry)
Thanks!
Jas