• Resolved tiquality

    (@tiquality)


    Hello! I am using the free version, why the slide text dont show in mobile devices? I want to change this.

    tks

Viewing 1 replies (of 1 total)
  • Theme Author 8Degree Themes

    (@8degreethemes)

    Hello @tiquality,
    We have hide text of slider in mobile because its not elegant. If you need to show text in mobile version then please go to Admin Dashboard -> Customize -> Additional CSS -> Paste the following code:
    @media screen and (max-width: 640px){

    .eight_sec_plx_slider_section .slide-caption {
    display: block;
    }
    .eight_sec_plx_slider_section .slide-caption {
    font-size: 14px;
    margin-top: -35px;
    }
    .eight_sec_plx_slider_section .slide-caption .slide-content p {
    font-size: 13px;
    line-height: 18px;
    margin: 8px 0;
    }
    .eight_sec_plx_slider_section .slide-caption .slide-content .slide-readmore {
    font-size: 10px;
    padding: 8px 11px;
    line-height: 10px;
    }
    }
    @media screen and (max-width: 540px){
    .eight_sec_plx_slider_section .slide-caption .caption-title {
    font-size: 14px;
    }
    .eight_sec_plx_slider_section .slide-caption .slide-content .slide-readmore {
    font-size: 8px;
    padding: 5px 5px;
    line-height: 10px;
    }
    }

    After you paste above css codes, please publish it.
    Hope this information will you.
    Thank you!!

Viewing 1 replies (of 1 total)
  • The topic ‘Slide on Mobile’ is closed to new replies.