<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