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

    Hi,

    When use Portfolio Grid in page, we can show the Title and Excerpt below every picture, i want to change the font of Excerpt to the same as the Title, and when only show the Excerpt, it can be Center instead of in Left.

    Please help me.

    Thanks and best regards,

    Tommy

    #211714

    Hi Tommy!

    You can use this to modify the portfolio excerpt:

    .grid-entry-excerpt.entry-content {
    font-size: 20px;
    font-family: Arial;
    font-style: normal;
    }

    Change the values. Add this to center align the excerpt:

    .grid-entry-excerpt.entry-content {
    text-align: center;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘About the font of Excerpt’ is closed to new replies.