Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1012415

    Hello,

    I use a “Masonry Gallery”
    I would like to change the size of the titles and subtitles.

    How to do ?

    Thanks in advance.

    #1012604

    Hey edwinbaes,

    Thank you for using Enfold.

    You can use these css codes to adjust the title and excerpt.

    .av-masonry-entry .av-masonry-entry-title {
        line-height: 1.5em;
        margin: 0;
        font-size: 24px;
    }
    
    .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
        font-size: 16px;
        line-height: 1.4em;
    }

    Best regards,
    Ismael

    #1012694

    Hello,
    It works for the description but not for the title.

    Thank you for returning,

    Beautiful day,

    Edwin

    #1012749

    Hi Edwin,

    Thanks for the feedback, could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1012811
    This reply has been marked as private.
    #1012987

    Hi,

    Thanks for that. Please try this CSS as well:

    .av-masonry-entry-content {
      font-size: 30px !important;
    }

    Best regards,
    Rikard

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