• Resolved ambitiouslyalexa

    (@ambitiouslyalexa)


    I just put up a header image on the home page of my site (“the printable mental health resource you need”) and I would like to make the font for the caption and the button bigger. Is there any way I can do this? It can be a little hard to read on some of my smaller devices.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @ambitiouslyalexa,

    Thanks for getting in touch, and thank you for using Elara! ??

    Great question…you can use this CSS in Appearance > Customize > Additional CSS to increase the font size of the caption:

    .box-caption .box-caption--excerpt {
        font-size: 18px;
    }

    And this should do the trick for the button:

    .box-caption .box-caption--readmore a {
        font-size: 16px;
    }

    You can adjust the 18px and 16px to suit, obviously.

    If you need anything else, just let us know…thanks again!

    Thread Starter ambitiouslyalexa

    (@ambitiouslyalexa)

    That did it! Thank you so much!

    Happy to hear that- thanks for letting us know! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header image on home page font too small’ is closed to new replies.