Tagged: masonry
hello
I have 2 masonry elements on homepage,
the one i want to hide date,but the other i want to show date
how to do ?
I use this css code
.av-masonry-date{display: none;}
but both masonry’s date are hide
thanks.
Hey Moaaaaya,
Please post a link to where we can see the elements and point out on which one you want to hide the date.
Best regards,
Rikard
Hi,
Ad the following CSS code please
.av-masonry-date {
display: none;
}
Best regards,
Basilis
Hi Moaaaaya,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av-masonry-1-item-1 .av-masonry-date.meta-color.updated {
display: none;
}
.av-inner-masonry-content-pos-content {
min-height: 41px;
}
If you need further assistance please let us know.
Best regards,
Victoria
thanks, it’s work.
Hi Moaaaaya,
Glad that Victoria helped you :)
Let us know if you need further assistance or if we can close this thread.
Best regards,
Nikko