Tagged: masonry
hello,
here is the short code for my blog page:
[av_masonry_entries link='category' sort='yes' items='20' columns='flexible' paginate='pagination' query_orderby='date' query_order='DESC' size='flex' gap='1px' overlay_fx='active' caption_elements='title excerpt' caption_display='always' id='']
can you please let me know how i can remove the dates from the masonry tiles?
thanks
Hi,
You can use some css to hide the date. Just pop below in the quick css
.av-masonry-date{
display:none!important;
}
Hope that helps
TJ
thank you
does it matter if i add it to general styling > quick css
or my child theme’s style.css?
It doesn’t matter, whats1thingnow.
If you have lots of changes, it is best to move all of the changes when you’re done playing with the customization to theme’s style.css
All the best