Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Jonathan Friend
    #1043047

    Hi, I am new to these templates and would like to know how to alter the opacity or mask of the images in the homepage slideshow module. The images are very hard to see with the level of opacity that is the default setting. I tried creating a custom.css file and loading it to ../templates/ja_alumni/css/custom.css using the following code but nothing changed. Am I doing something wrong? Thanks, JR

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

    Pankaj Sharma Moderator
    #1043149

    Hi Try this code

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

    Regards

    • This reply was modified 6 years, 10 months ago by  Pankaj Sharma.
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum