Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hpeeters Friend
    #177842

    Hi,

    I want to ONLY disable the thumbnail link in categoryblog view, howto do this?

    Rgds,

    Henry


    1. Naamloos-1
    Saguaros Moderator
    #456216

    Hi Henry,

    Please open up file: templates/your_default_template/css/template.css at approx line 508

    .article-image ul.action li a {
    display: block; << change to display: none;
    height: 31px;
    width: 30px;
    }

    Hope this helps.

    hpeeters Friend
    #456308

    Hi,

    I’ve did that, the link is gone but when hovering the image it still becomes dark, where can i disable that? Nothing should happen when hovering the image.

    Rgds,

    Henry

    Saguaros Moderator
    #456456

    Hi Henry,

    Please open file:

    – templates/your_default_template_name/css/css3.css
    Remove this code: at line 97

    .article-image:hover img,
    .article-image:focus img {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    }

    – templates/your_default_template_name/css/template.css
    Remove this: at line 480

    .article-image:hover img { opacity: 0.3; }

    hpeeters Friend
    #456533

    Hi Saguaros,

    Thanks, this has solved my question!

    Rgds,

    Henry

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

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

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