Hello!
Using the Sparkling theme, my users cannot click the slider on a mobile device. Also, is there any way for the headers to show?
Website: 2677cadets.ca
Thanks!
Hello!
Using the Sparkling theme, my users cannot click the slider on a mobile device. Also, is there any way for the headers to show?
Website: 2677cadets.ca
Thanks!
Hi @dl,
I hope you are well today and thank you for your question.
You can try resolving this issue by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
@media (max-width: 768px){
.flex-caption {
display: block;
}
.flex-caption h2{
font-size: 14px;
}
.flex-caption .excerpt{
display: none;
}
}
Best Regards,
Movin