To remove the date and comments from the slider:
.frontpage-slider .caption .date,
.frontpage-slider .caption .read-more {
display: none;
}
You can enter the above code in Appearance > Customize > Additional CSS.
For the font in posts, do you mean the text on the posts pages?
That worked. Thank you. Yes, the text in posts. Is there a way to make it larger?
Also, the title in the slider, is there any way to move it away from the center? Maybe to the bottom of the image?
Hi there,
Please try to add the following CSS:
.entry-summary p {
font-size: 15px;
}
The only way to change position of the title in slider is change the theme php file and then add CSS.
I hope it helps.
Best,
Jarek
Kale Support