Hi,
For showing description or button text on mobile device follow the given below instructions:
Go to Dashboard admin panel >> Appearance Menu >> Theme Options >> Custom CSS.
Now add this CSS rules into custom CSS box
@media only screen and (min-width: 200px) and (max-width: 480px) {
.carousel-list li {
font-size: 9px;
overflow: hidden;
font-family: '
padding: 5px;
line-height: 8px;
display: block;
}
.carousel-text h1 {
margin: 0 0 0px 0;
padding: 5px;
font-size: 10px;
font-family: ‘Open Sans’, sans-serif;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
line-height: .line-height: 8px;;
}
.carousel-text .enigma_blog_read_btn {
font-size: 10px;
display: inline-block;
padding: 3px;;
}
}
and save the changes
Thanks