Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Juan Daniel Carretero Friend
    #184187

    Hi,
    I would like to know if there is a way to not have the two transparency images loaded, have just the background and the text, and nothing else.
    Thank you.

    HeR0 Friend
    #480520

    Hi Penumbrita,

    Try hiding the two images with css rule as below:

    – Open file /templates/ja_zite/css/mod_jaslideshowlite-custom.css

    - Find
    .ja-ss-sprite.first {
    z-index: 5;
    }

    and replace to

    .ja-ss-sprite.first {
    z-index: 5;
    display: none;
    }

    – Find

    .ja-ss-sprite.second {
    z-index: 8;
    }

    and replace to

    .ja-ss-sprite.second {
    z-index: 8;
    display: none;
    }

    Hope this helps.

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  HeR0 11 years, 8 months ago.

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