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

    Hi
    Remove the older code and use this code in custom.css file

    .acm-slideshow .owl-carousel .item .mask {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    change the opacity value as per needs.

    Regards

    Jonathan Friend
    #1074191

    Thanks for that, I did as you suggested and entered the code like this with changed opacity values but nothing happened.

    .acm-slideshow .owl-carousel .item .mask { opacity: 0.3; filter: alpha(opacity=30); }

    Is there something I have missed?

    The site can be viewed at https://jonathanrosssailing.com/alumni/index.php

    Thanks, JR

    Pankaj Sharma Moderator
    #1074199

    Hi
    Use this code instead

    .acm-slideshow .owl-carousel .item .mask {
        opacity: 0.3!important;
        filter: alpha(opacity=30)!important;
    }

    Regards

    Jonathan Friend
    #1074219

    Perfect, thank you
    JR

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

This topic contains 4 replies, has 2 voices, and was last updated by  Jonathan 6 years, 5 months ago.

The topic ‘Reducing opacity of ACM when used in the slideshow’ is closed to new replies.