Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #632053

    Hi there,
    how can I change the font and its size of Masonry Gallery text: element Title and Excerpt.
    Thanks.

    #632264

    Hi Kazse,

    Try this:

    .av-masonry-entry-title.entry-title {
    font-family: “font name”;
    font-size: 18px !important;
    text-align: center;
    text-transform: uppercase;
    }

    .av-masonry-entry-content.entry-content {
    font-family: “font name”;
    font-size: 12px;
    text-align: center;
    }

    #632480

    Thank you Tameez! It works:)

    #633004

    Hi,

    Glad @Tameez could help! Let us know if you have any other questions or issues :)
    @Tameez Thanks for your help :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry Gallery font size’ is closed to new replies.