wade
October 7, 2019, 5:08am
1
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;
}
wade
October 8, 2019, 9:15pm
3
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
wade
October 9, 2019, 8:53pm
5
Ok. Thank you for your help.
wade
October 9, 2019, 9:12pm
6
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
wade
October 9, 2019, 10:07pm
7
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