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

    Hi
    The css path depends on your theme. KIndly share the URL of site here i will check and give you exact path.
    Please turn off the css compression from site.

    Regards

    edna bonfim Friend
    #1069161
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1069393

    Hi
    open file
    /templates/ja_healthcare/local/acm/slideshow/css/themes/spa/style.css

    Find

    .acm-slideshow .owl-carousel .item .mask {
        background: #ffcc00;
        position: absolute;
        top: 0;
        right: 50%;
        height: 100%;
        margin-right: 205px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    

    replace it with

    .acm-slideshow .owl-carousel .item .mask {
        background: #ffcc00;
        position: absolute;
        top: 0;
        right: 50%;
        height: 100%;
        margin-right: 205px;
        opacity: 0;
        filter: alpha(opacity=0);
    display:none;}
    

    it will remove the mask.

    Regards

    edna bonfim Friend
    #1070045

    Hi Pankaj,
    It’s fine now!!
    Thank you very much.
    Edna

    Pankaj Sharma Moderator
    #1070119

    You are welcome!

    edna bonfim Friend
    #1072361
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1072515

    Hi
    Add this code in custom.css file

    
    .acm-slideshow .owl-carousel .item .mask {display:none;}

    Save and check.

    Regards

    edna bonfim Friend
    #1072686

    Hi,

    I put the custom.css in this path /acm/slideshow/css/themes/spa/custom.css – but it does not work!! Could you please give me the correct path?

    Pankaj Sharma Moderator
    #1072781

    Hi
    Add it in your template folder /css/custom.css file.

    Regards

    edna bonfim Friend
    #1072903

    Ok. It’s works fine again!!
    Thank you very much

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

This topic contains 10 replies, has 2 voices, and was last updated by  edna bonfim 6 years, 5 months ago.

The topic ‘Reduce Opacity the slideshow’ is closed to new replies.