Hey.
During your preview / 3 – Layers there are different media like: iMac, MacBook, iPad, iPhone.
Is it possible to change the various texts stock depending on the medium that connects to the site?
Or is it the visible text size for the iPhone that apply?
Where to learn if it is possible?
With good greetings perkey1
Hey Per!
Would you like to adjust text size on layerslider when displayed on mobile? Can you please post the link to your website?
Cheers!
Yigit
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
h2.ls-l { font-size: 14px!important; }}
Alternatively, you can remove LayerSlider on mobile or create another one right below it choose to display it only on mobile.
Best regards,
Yigit