cemyk 0 Report post Posted June 16, 2011 As a simple workaround, I made my images fade. Just add the code below to the Custom Code section in your settings section. .fboxgraphic:hover { opacity: 0.5; } If you wanted the title to fade too it is this .fbox:hover { opacity: 0.5; } Share this post Link to post Share on other sites