• hello,

    in the slider, i have e “read more” button on the theme for the computer, but in the mobile version that button inst there.
    How can i add the button for the mobile version?

Viewing 1 replies (of 1 total)
  • Hi, sabbrut

    You can use the custom CSS in the custom CSS box:

    @media only screen and (min-width: 0px) and (max-width: 767px){
    .container.slider_con {
    display: block;}
    .container.slider_con h5, .container.slider_con h2{
    display: none;}
    .slide-btn{
    margin-left: 10px;}
    .slide-btn:hover{
    padding: 5px 30px !important;
    }}

    Let me know did it work!

    Thanks

    • This reply was modified 5 years, 7 months ago by Amit Gupta.
Viewing 1 replies (of 1 total)
  • The topic ‘Read More button’ is closed to new replies.