Hello,
I was hoping you could help me edit the excerpt (and title too if you don’t mind) that appears over the portfolio thumbnails in the fullwidth masonry element. I’ve tried the following snipet of css I found in another post but it didn’t work for me.
.grid-entry-excerpt.entry-content {
font-size: 20px;
font-style: normal;
color: #ff0000;
}
Many Thanks!
Hey techgrayscale!
Please add following code to Quick CSS and adjust as needed
.av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
font-size: 20px;
font-style: normal;
color: #ff0000;
}
.av-masonry-entry .av-masonry-entry-title {
font-size: 25px;
color: orange;
}
Regards,
Yigit
Thanks – that’s exactly what I needed!