Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • isovue Friend
    #150425

    Is there a way to get rid of the shadow/shade overlay that occurs on all 4 corners of the image

    http://static.joomlart.com/images/templates/JA_Rasite/userguide/JA_Slideshow/slideshow_des_readmore.png

    i am building a white BG website and i want the images to be displayed as is without a shadow overlay on them

    all help is appreciated.
    Thanjs

    pipkin Friend
    #340676

    In mod_jaslideshow2.css on line 366, change this:

    .ja-slide-mask {
    background: url(../images/slide-mask.png) no-repeat top left;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 660px;
    z-index: 3;
    }

    to this:

    .ja-slide-mask {
    display: none;
    /* background: url(../images/slide-mask.png) no-repeat top left;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 660px;
    z-index: 3; */
    }

    Changes are highlighted in red. Hope this helps 🙂

    isovue Friend
    #340681

    thank you so much.

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

This topic contains 3 replies, has 2 voices, and was last updated by  isovue 14 years, 6 months ago.

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