Make Entire Section Clickable

Hello, thank you in advance for your help.

We are working on a site https://fpmh.wpengine.com/

I would like to get rid of the gallery button on these sections and have the whole section darken when you hover over it and clickable.

How can i make this happen within the Pro Theme?

Hey @bcoplin,

Thanks for reaching out!

To make the whole section clickable, you just need to change the HTML tag of your section to <a>.

and to have a hover effect, you need to add a div element with a position of absolute and a width then set the background color.

The next thing you will do is go to your div effects and set the default opacity to 1 then in the interaction set the opacity to 1.

Hope that helps.

Perfect! Thank you so much for your help!

You are most welcome @bcoplin

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