Thumbnail background transparency

GK User
Tue Feb 21, 2012 2:11 am
Hi

I'm using myFolio with Joomla 2.5 and I'm trying to find a way to set some transparency on the LATEST PROJECT thumbnails' background. So images will show through and not completely disappear with the animation veil.

I opened the nsp_bg.png and tried to set the transparency there but that's not it.

Thank you for any help with this
User avatar
Fresh Boarder

GK User
Tue Feb 21, 2012 3:11 am
You can use following css code in override.css file. Make sure to enable css override feature from template settings > advanced settings > css override "on". Although this is not 100 percent solution it is easy to check it out and perhaps you might be satisfied with it.

Code: Select all
.gallery .nspArt > div > .nspContainer > div { opacity: 0.8;  filter:alpha(opacity=80); /* For IE8 and earlier */) }


See you around...
User avatar
Platinum Boarder

GK User
Tue Feb 21, 2012 3:24 am
That does it, thank you B)
User avatar
Fresh Boarder

GK User
Tue Feb 21, 2012 9:51 pm
No problem at all.

See you around...
User avatar
Platinum Boarder


cron