Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • billrust Friend
    #191521

    I would like to have a dark overlay on my site’s thumbnails. Site is built on JAT3 Blank.

    http://hunt.bwpcommunications.com/portfolio

    On this page are 9 thumbnails. When you hover over them you see the red border pop up. I woula also like the image to go a little darker. If I apply opacity, the rollover works, but the image gets lighter. I want it to get darker.

    Any ideas?

    Thanks!!!
    Bill

    Ninja Lead Moderator
    #509665

    You can customize it from css file

    Open components/com_k2/css/k2.css file

    From

    div.subCategory a.subCategoryImage:hover img {
    padding:0px;
    margin:0 0px 0px -15px;
    height:150px;
    width:230px;
    box-shadow: 0 0 0 3px #ce2241
    /* opacity: 0.8; */
    background:#000000;
    }

    Change to

    div.subCategory a.subCategoryImage:hover img {
    padding:0px;
    margin:0 0px 0px -15px;
    height:150px;
    width:230px;
    /* box-shadow: 0 0 0 3px #ce2241*/
    opacity: 0.6;
    background:#000000;
    }

    Don’t forget to clear cache from Admin area after making changes

    billrust Friend
    #510698

    <em>@Ninja Lead 394501 wrote:</em><blockquote>You can customize it from css file

    Open components/com_k2/css/k2.css file

    From

    div.subCategory a.subCategoryImage:hover img {
    padding:0px;
    margin:0 0px 0px -15px;
    height:150px;
    width:230px;
    box-shadow: 0 0 0 3px #ce2241
    /* opacity: 0.8; */
    background:#000000;
    }

    Change to

    div.subCategory a.subCategoryImage:hover img {
    padding:0px;
    margin:0 0px 0px -15px;
    height:150px;
    width:230px;
    /* box-shadow: 0 0 0 3px #ce2241*/
    opacity: 0.6;
    background:#000000;
    }

    Don’t forget to clear cache from Admin area after making changes</blockquote>

    Hey thanks for the reply, but we decided to ditch that idea. Forgot to come back here and check for reply 🙁

    Thanks though!!!

    Bill

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

This topic contains 3 replies, has 2 voices, and was last updated by  billrust 11 years ago.

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