Liebes Support-Team,
ich arbeite gerade an einer Internetseite http://marinas-gesundheitsschmiede.de/ mit dem Vollbild-Slider. Auf dem Desktop und auch mit einer responsive-Simulation am Computer funktioniert alles super. Leider wird mir auf der mobilen Ansicht an meinem Handy (Iphone) das Hintergrundbild des Sliders nicht mehr angezeigt sondern nur noch der Text. Habt ihr vielleicht eine Idee, woran das liegen könnte?
Hey nicik,
Thank you for using Enfold.
The slider image is visible on mobile view when I checked the page. What is your mobile phone?
Best regards,
Ismael
Hi Ismael,
Thank you for help.
I`ve changed the Slider into an Enfold Layer Slider. Now it works. But kann you tell me, how its possible to change the fontsize from the text in the slider? It’s a little bit to small.
LG Nici
Hi,
Please edit the text layer, go to the attributes panel then add a custom css class or id attribute to it, use “custom-text” for example. After that, go to the Enfold > General Styling > Quick CSS field and use the custom class or id inside a css media query to apply a custom css style on mobile view.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.custom-text { font-size: 40px !important; }
}
If need help with this, please provide the login details in the private field.
Best regards,
Ismael