Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • speepsampish Friend
    #185371

    Hi all,

    we need to remove the descriptions from the images in the “mosaic”, in the following website:

    http://dshop.com.gr/en/collection

    it would be ideal, if just the image would turn a bit shadier, and no text on it (i.e. please advise also on changing the shadow percentage).

    thank you in advance,

    Spiros Anthis

    Ninja Lead Moderator
    #484881

    You can change it with my solutions as

    Open templates/ja_lens/css/template.css file
    from

    .masonry .item .header h2 {
    font-size: 200%;
    margin-bottom: 5px;
    margin-top: 0;
    display: block;
    text-align: center;
    }
    .masonry .item:hover .item-image img,
    body.popupview .masonry .item:hover .item-image img,
    .masonry .item.clicked .item-image img {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    }

    change to

    .masonry .item .header h2 {
    font-size: 200%;
    margin-bottom: 5px;
    margin-top: 0;
    display: none;
    text-align: center;
    }
    .masonry .item:hover .item-image img,
    body.popupview .masonry .item:hover .item-image img,
    .masonry .item.clicked .item-image img {
    opacity: 0.7;
    filter: alpha(opacity=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    }

    Let me know the result

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 6 months ago.

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