Hi!
I used some css to style the text elements in my slider:
– background color
– text color
This is working fine on desktop, but not on mobile below 768px!
Any ideas?
Thank you :-)
Regards, Sven
Hey SvHa,
It looks like you have placed the CSS inside of a media query:
@media only screen and (min-width: 768px) {
.avia-caption-title {
background: rgba(255,255,255,0.95) !important;
color: #005baa !important;
margin-bottom: 6px !important;
}
}
Make sure that any media query above the CSS you are adding, is properly closed.
Best regards,
Rikard
wow, thanks a lot – my mistake!
Regards, Sven
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike