Okay
  Public Ticket #2000647
Change captions size
Closed

Comments

  • Thorsten started the conversation

    Hey there, 

    when I have a image gallery portfolio page with captions visible, how can I change the size of the captions. Now they are really small and don't fit in with the normal upper text. 


    thanks a lot, Thowe

  •  291
    Paul replied

    Hi there!

    Please try this custom CSS to increase the caption size:

    .image-caption, .fancybox-title {
        font-size: 20px;
    }
    

    Regards,
    Paul