I see you can change the font-size of the content for desktop. I would love the CSS to change for mobile please?! Would like font size for any of the text options. Badge, content, and be able to adjust the content contering on from top to bottom on mobile.
Name as in what my slider name is? The name of the slider widget is “SHOUTOUT”. Would also like to change the color of the link text so its not only blue.
Also, the padding seems a bit tight horizontally & vertically on mobile. Would like to be able to flex out the text a bit.
The timing of the pagination seems off, is that preset? It seems like it’s changing every 5 seconds but the timer looks like it should be 10? Anyway to speed up the pagination timer?
The Auto Slide option works correctly. The delay is set to 5 secs, and it takes 5 seconds to switch the slide. If you’d like to change this value, you can do this in the Auto Slide section on the Settings tab:
I’ve asked the devs to share the codes for changing the link color and padding in mobile. I’ll update you tomorrow
Additionally, I’d like to note that the Slide Builder type of slides has more flexible settings (including separate features to adjust the appearance of the slide element on mobile). Feel free to check it out
/* Link color */
.eapp-slider-slide-slide a {
color: blue;
}
/* Link color on hover */
.eapp-slider-slide-slide a:hover {
color: red !important;
}
/* Link color when clicked */
.eapp-slider-slide-slide a:active {
color: orange !important;
}
/* Link color once visited */
.eapp-slider-slide-slide a:visited {
color: violet;
}
Here is the code to adjust padding on mobile (it should be place inside the media tag: