Hi Folks,
Next question:
I have a fullscreen-slider with two floating buttons on my customer’s
homepage (top). How can I make them disappear in the mobile view?
In the slider settings I can only make the whole slider disappear, but
I don’t want that. I just want the buttons to disappear. How do I do that?
Thx for your help!
Best regards
Carsten
Hey Carsten,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.home .slideshow_align_caption {
display:none;
}
}
Best regards,
Rikard
Hi again Rikard,
thx for your reply! Sorry, but this css-snippet is not working.
Look at the screenshot. Next try… ;-)
Best regards
Carsten
Hi Carsten,
It’s applying but not overriding, please try this instead:
@media only screen and (max-width: 767px) {
.home .slideshow_align_caption {
display:none !important;
}
}
Best regards,
Rikard
Hi Rikard,
thx again…now it’s working…perfect! :-)
Best regards
Carsten
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon