Jump to content
Sign in to follow this  
runehyldmocom

Hoover effect on pagelines boxes

Recommended Posts

ricardo

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

Thanks alot!! Worked like a charm;)

Share this post


Link to post
Share on other sites
runehyldmocom

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×