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

    Hi,
    I would like to change the size of the image caption overlay text. I have tried using the option in the Avia Layout builder Image Element and also using the code below, but the caption remains the same size. Any idea where things are going wrong?

    .av-image-caption-overlay-center {
        padding-top: 30% !important;
        vertical-align: top !important;
        font-family: 'pt sans' !important;
    	font-size: 36px !important;
    }
    #858926

    Hey Fionadee,

    Please try this instead:

    .av-image-caption-overlay-center p {
      font-size:36px !important;
    }

    Best regards,
    Rikard

    #858930

    Thank you, that works fine!

    #858933

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Unable to change size of image caption overlay text’ is closed to new replies.