Hi!
Just wondering if there is a simple solution to missing post titles on the slider.
The category and read more appears but not the title.
My site is www.knowingjane.com
Thank you!
Victoria
PS Loving the support threads. I’ve found solutions to all my changes until now.
movin
2
Hi Victoria,
I hope you are well today and thank you for your question.
The following custom CSS code used on your site is hiding it
body.home .entry-title {
display: none;
}
Bit you can display it on the slider by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
#page .flex-caption .entry-title {
display: block;
}
Best Regards,
Movin
Thank you Movin. This works perfectly. Much appreciated.
Victoria
movin
4
You are most welcome here 