• Hi. I tried implementing your suggestion made to another enquiry to display the slider caption text on a mobile device. It was

    @media screen and (max-width: 768px)
    .slider-caption .caption-description {
    display: block !important;
    }

    @media screen and (max-width: 480px)
    .slider-caption {
    display: block !important;
    }

    When putting this in my custom css. I still don’t see any slider text on mobile. Can you advise?

    The website is https://www.lottoticketmaster.com.

    Thanks a lot for a great theme!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi There,
    We have check your site there is every thing is fine.The text are displaying in slider.
    Thanks.

    Thread Starter wildwilly

    (@wildwilly)

    Hi. Yes I got it working. Thanks! However I notice that on mobile slider I have the caption in both upper and lower case (which I want), but on desktop display, it is only uppercase. Can i also have the caption in both upper and lower case displayed on a bigger screen? How?

    Thread Starter wildwilly

    (@wildwilly)

    Hi I figured it out. Added the following:

    .slider-caption {
    text-transform: none;
    padding: 20px 0;
    text-align: center;
    }

    Theme Author Access Keys

    (@access-keys)

    Hi there,
    Glad to know that you’ve figured out. Please let us know if you have any other further issues.
    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to show slider caption on mobile devices’ is closed to new replies.