• Resolved hilits

    (@hilits)


    Slide captions display none when @media only screen and (min-width: 200px) and (max-width: 480px)….
    so how can i make them display ?
    i dont want to show them all….
    just : .slide-text-bg1 and .slide-btn-sm

    thanks
    Hilit

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    find this code in media-responsive.css file in theme package ( Theme package >> css >> media-responsive.css)

    and remove this code in media-responsive.css

    .slide-caption { display: none; } line no 79 and 151

    Thanks

    Thread Starter hilits

    (@hilits)

    Thanks but i know that ?? and i did it…but it doesnt work. Cant see caption in mobile.. ??

    For this

    Kindly Replace the appointment >> css >> media-responsive.css and replace all the code with the code mentioned in the link.

    Thanks.

    Thread Starter hilits

    (@hilits)

    OK… i already succeeded to handle it..in addition to removing .slide-caption { display: none; } i needed to remove also this:
    #carousel-example-generic .active > div { display: none; }

    and it works !

    Thanks anyway Hilit

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘display slide caption in mobile resolution’ is closed to new replies.