Classic Promo - Creating hover overlay

Hi,

I have created a page with lots of classic promo boxes. At the moment only the text is clickable. I am trying to achieve two things.

1 - Make the entire box clickable
2 - When the box is hovered, a coloured overlay appears across the box

Are these achievable?

Hi There,

Thank you for writing in, 1) please follow the guide provided here on how to make the promo element a link.

  1. Please add this to Theme Options > CSS, feel free to adjust the color and opacity value.
.hover-overlay:hover {
	background-color: red;
	opacity: 0.75;
}

Then apply the CLASS hover-overlay to your Promo element.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.