239-919-3646 Webmaster Naples FL

In this episode of Divi Nation I show you step by step how to make images on your full width sliders clickable. The tip is very easy to achieve and requires CSS code.

What the CSS code does is, it hides the button and the text but allowing to to link the image to the desired page.

Here is the code:

font-size: 0px;
background-color: rgba(0, 0, 0, 0.0) !important;
top: -1000px;
right: -1000px;
height: 5000px;
width: 5000px;
position: absolute;