How can I can get ridd of the 'cloudy' sides of the slideshow?

How can I can get rid of the ‘cloudy’ sides of the slideshow? (see http://119.81.1.69/~flyingku/)

1 answer

Profile photo of Saguaros 0.00 $tone March 13, 2013
Public

Hi Andrewwinkler,

You can open file: /templates/ja_university/css/mod_jaslideshowlite.css

At line 73:

Code:

.ja-ss-mask {
    background: url("../images/mask-left.png");  <<< remove this line
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 121px;
    z-index: 100;
}

At line 84:

Code:

.ja-ss-mask.mask-right {
    background: url("../images/mask-right.png"); <<< remove this line
    left: auto;
    right: 0;
}

Then clean cache

#1

Please login or Register to Submit Answer

Written By

Comments