Change slider text color. Display ONE full width post then half width posts..

Hello,

Love your themes. Thank you for all that you do!

I would like to be able to change the text color of the slider on this page http://fragafarm.com … as you’ll notice that some text in the slider is not legible with certain slider images.

Also, I would like to have the main page display only one full width post then the rest be half width posts.

Please let me know if this is possible and how I can change it.

Thank you for your time and consideration,

Wade

Hey there

Text colors on the slider can be changed but unfortunately not the layout of this page
Please add this cs sin appearance > customize > additional CSS:

.flex-caption h2,
.flex-caption .post-categories a, .flex-caption .read-more a {
color: #e80000 !important;
}

Thank you for the color change code. Much appreciation!

So the page can’t even be set up to only display half width posts?

Thank you,

Wade

Good morning Wade

Unfortunately, there is no option for page layout at this moment

Ok. Thank you for your help.

Ok thank you, just one more thing…

How can I just change the font size of the caption (post title) in the slider, while leaving the category and “read more” the default size?

Thank you,

Wade

I think I figured it out…

.flex-caption h2,
.entry-title, .entry-title a {
font-size: 32px;
}

Although it does change the title in both the slider and the post list. But that’s ok.

Good morning

Ok, let me know if you need anything else :slight_smile: