Hi,
how can I change the position of the font in the slider?
I want to have it at the bottom, above the dots.
This is the URL to my side: www.what-is-home.com
Thank you!
Hi,
how can I change the position of the font in the slider?
I want to have it at the bottom, above the dots.
This is the URL to my side: www.what-is-home.com
Thank you!
Hi @nhell,
I hope you are well today and thank you for your question.
You can try achieving this 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
div.flex-caption {
top: auto;
bottom: 10%;
}
Best Regards,
Movin
Thanks a lot!!
You are most welcome here