Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #236007

    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!

    #236336

    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

    #236619

    Thanks – that’s exactly what I needed!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change style for Portfolio Excerpt’ is closed to new replies.