Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1357644

    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

    #1357671

    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

    #1357681

    wow, thanks a lot – my mistake!

    Regards, Sven

    #1357698

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS Slider not working on mobile’ is closed to new replies.