Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #886742

    how can I change the font size of the caption of the masonry gallery?

    #886752

    Hey Karl,
    Try this code in the General Styling > Quick CSS field:

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

    If this doesn’t work please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1025295

    Hi there, I’ve tried using this code and for some reason, it’s not working… any ideas? I want to increase the size of the ‘caption’.

    #1025297

    Hi,


    @ellamac
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .av-masonry-entry .av-masonry-entry-title {
        font-size: 20px;
    }
    
    

    Best regards,
    Yigit

    #1025301

    Thanks so much for your super fast response!! This changed the title size but I am wanting to change the size of the Caption font… when you click on the gallery item.

    #1025304

    Hey,

    Sorry for confusion. Please use following code instead

    div .mfp-title {
        font-size: 15px;
    }

    Cheers!
    Yigit

    #1025306

    Perfect! Thank you Yigit!!

    #1025312

    Hi!

    You are welcome :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Caption font size masonry gallery’ is closed to new replies.