Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #588714

    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

    #588982

    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

    #589003

    Hi!

    Please refer to @tjswarbs78’s post

    @tjswarbs78
    Thanks for your help :)

    Regards,
    Yigit

    #589484

    thank you

    does it matter if i add it to general styling > quick css

    or my child theme’s style.css?

    #589485

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘remove date from masonry’ is closed to new replies.