• Resolved CAM

    (@caitlinmccartan)


    Is there any way I can stylize the font on home sliders? I’m looking to change the font size, color, and left justify it rather than center, but I’m not seeing any way to do this. Any CSS that might work?
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jarret

    (@jarretc)

    The following should work, you can add it into Additional CSS in the Customizer

    .sliderclass .flex-caption-case {
    	text-align: left;
    	color: red
    }
    .sliderclass .flex-caption-case .captiontitle {
    	font-size: 20px;
    }
    .sliderclass .flex-caption-case .captiontext {
    	font-size: 15px;
    }

    Adjust values accordingly of course

    Kevin

    (@jx-3p)

    Hello,

    If that CSS doesn’t work for you, can you please link to your site so that I can see the current home slider configuration?

    -Kevin

    Thread Starter CAM

    (@caitlinmccartan)

    This worked, thank you!!

    • This reply was modified 6 years ago by CAM.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizing home slider font’ is closed to new replies.