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!!