Tagged: masonry
Dear all,
On the webiste I am using, at the bottem, the content element Masonry.
I would like to achieve the following;
1. Have the label, which show the title, colored. Like for example into #88bbc8
2. And I choose to only have the Title displayed, but it now shows the published date as well. How can this be removed?
Kind regards,
Michael
Hi michael_world2cycle!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.av-masonry-date {
display: none;
}
.av-masonry-entry .av-masonry-entry-title {
color: #88bbc8;
}
Regards,
Yigit
Thanks Yigit,
The date is now deleted.
But now the font is colored and I actually would like to have the background colored of the label.
Is that possible?
Hey!
Please add following code to Quick CSS and adjust as needed
.main_color .container .av-inner-masonry-content, .main_color .container .av-inner-masonry-content .avia-arrow {
background: yellow;
}
Regards,
Yigit
Thanks, item can be closed