• How do you change the size of the text on any page? I specifically would like to change the size of the landing page caption.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author CryoutCreations

    (@cryout-creations)

    We have many text settings in the Customizer. However we can’t add an option for every single element. If you want to just change the size of the landing page caption you can add this code to the Addition CSS area in the Customizer:

    .lp-staticslider .staticslider-caption-text {
        font-size: 1.5em;
    }

    Good luck!

    Thread Starter ldyan13

    (@ldyan13)

    Thank you! Is there also a way to create a background color for the landing page caption?

    Theme Author CryoutCreations

    (@cryout-creations)

    You can set a background color with this:

    .lp-staticslider .staticslider-caption-text {
    background-color: red;
    }

    Thread Starter ldyan13

    (@ldyan13)

    When I set a background color, it looks fine on desktop. However, on mobile, the last two letters of the caption aren’t highlighted. Any way to fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Size of text’ is closed to new replies.