Tagged: remove date
Hello,
It would not appear possible date the post when I think in a page content item “Masonry” or when I put the content item “blog entries” in the style of grid.
Thank you so much,
Hi Jose!
Your trying to remove the date from the grid view correct? Try adding this to your custom CSS.
.slide-meta .slide-meta-del, .slide-meta time { display: none !important; }
Best regards,
Elliott
Uauuuu many disappeared thanks to the grid, plus I got too far away from the “Masonry” element with the following line:
.av-masonry-date { display: none !important; }
Thank you very much Elliott,
For this would be the line comments do not appear in the CSS:
.slide-meta-comments { display: none !important; }
;)
Hey,
Not sure if you got your problem fixed or not? Please let us know if you should have any more questions or problems.
Thanks,
Rikard
all problems have been solved, thank you very much