Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1032060

    Hi
    Open /css/custom.css file and add below code

    
    @media (max-width: 767px) {
    
    .acm-slideshow .owl-carousel .item .mask{background:none!important;
    }}

    Regards

    egymedotcom Friend
    #1032071

    Thank you for your reply
    I added it to /css/custom.css but no effect!!
    the mask still exist in responsive

    Pankaj Sharma Moderator
    #1032225

    Hi
    Kindly clear browser cache and check it again.
    The code is working fine at my end and there is no mask on mobile now.
    Regards

    egymedotcom Friend
    #1032389

    Thank you,
    it is working now and the mask was removed in mobile.
    How can we remove slideshow text in Mobile too? or shall I create new thread for this alone?

    Pankaj Sharma Moderator
    #1032566

    Hi
    Use below code in custom.css file

    
    @media (max-width: 767px) {
    
        .acm-slideshow .owl-carousel .slider-content .slider-content-inner {display:none;}
    .acm-slideshow .owl-carousel .owl-controls .owl-pagination{display:none;}
    }

    Regards

    egymedotcom Friend
    #1033248

    Thank you
    this worked nicely

    Pankaj Sharma Moderator
    #1033383

    You are welcome!

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 6 months ago.

The topic ‘how to remove sideshow mask in mobile’ is closed to new replies.