runehyldmocom 0 Report post Posted April 19, 2011 hi, i want to have a different/lighter color when i hoover the boxes, like on the page http://www.ventelo.no. Anyone know how? Share this post Link to post Share on other sites
ricardo 0 Report post Posted April 19, 2011 Hi Rune! You can do that with CSS by declaring an hover color to the specified element. Add the following code to the Custom CSS Rules in the Custom Code panel: .fbox:hover { background-color: #ddd; } This will add a light grey background to your boxes. Ricardo Share this post Link to post Share on other sites
runehyldmocom 0 Report post Posted April 27, 2011 Thanks alot!! Worked like a charm;) Share this post Link to post Share on other sites
runehyldmocom 0 Report post Posted April 27, 2011 now if you only could tell me how to make the whole hoover area to be a click-able link i would be even more greatful Because now only the text an picture in the box is click-able. Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 27, 2011 This is not as easy. You would have to reorganize the template portion of the section.boxes.php file so the link meta data wraps the whole box Share this post Link to post Share on other sites