Hi,
To display the Slider Read More button on mobile device
Go to the Appearance -> Editor -> css/responsive.css
at line no 21 find the below code
.nivo-caption .button{ display:none !important;}
Now change this code with the below updated code
.nivo-caption .button{ padding: 5px 15px !important; font-size: 13px !important; font-weight: 400 !important; }
Regards
Grace Themes