Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1333641

    Hi,

    I would like to change the size for the Titles and Excerpts on the portfolio grid to make them more visible compared to the size of the images..
    Is that possible ?
    Please take a look at my website on the address below

    Regards
    Kim

    #1333701

    Hey klkc,

    Thank you for the inquiry.

    You can use this css code to adjust the font size of the portfolio title and content.

    .grid-entry-title {
        font-size: 21px;
    }
    
    .grid-entry-excerpt {
        font-size: 16px;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.