Posts Slider Module text size

Is there a way to target the Text size for the post content in the Post Slider Module. I see there is a custom size for the Header and many other settings for the Text, but nothing for customizing the size of the Text?

I’m having a hard time trying to find a CSS target to modify this.

Thanks.
Doug

Hey Doug,

You can select the p tag in the post slider module by using the following CSS code

.fl-post-slider-post .fl-post-slider-feed-content p {
    font-size: 36px;
}

You can add an ID to the post slider module so you can make it more specific which slider to apply the changes to and it doesn’t apply to all post sliders in the entire site.

You are right, though, there aren’t any options for the text size on the module. If you’ve got the time, feel free to add that in as a feature request on our UserVoice.

Jun

Thanks Jun, that worked.

I’m all out of “feature requests” at the moment.

Doug

Hi Doug,

Okay, no worries and glad to hear it worked!

Have a nice day!

Jun