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

    Hello

    I would like to make the names on this Masonry Gallery to be smaller, can you please provide me the code for this?

    Thanks so much
    Brian

    #1127738

    Hey schwabino,

    Add this to quick css:

    h3.av-masonry-entry-title.entry-title{
    font-size:10px!important;
    }

    Adjust the font size to what you need it to be

    Best regards,
    Jordan Shannon

    #1127746
    This reply has been marked as private.
    #1127754

    Hi,

    Try the following instead:

    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title{
    font-size:11px!important;
    }

    Best regards,
    Jordan Shannon

    #1127765
    This reply has been marked as private.
    #1127860

    Hi Brian,

    I can’t see the code Jordan sent applying to your site, please try this at the very top of your Quick CSS box:

    .av-masonry-entry-title {
      font-size:11px!important;
    }

    Best regards,
    Rikard

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