WordPress Tricks

Divi support and modification: Making Divi background image slider clickable

Divi mage slider clickableBefore I shared  how to make your wordpress site secured. If you are using Divi Theme and trying to make the default Divi theme slider image to be clickable then this post is for you.

Here i have shared the technique  to make the divi full width slider image to be clickable.

Please Note:
1. in the code  .et_pb_slide_0  indicates the first slide…. but to use this code u have to change this depending on your slider number … you can use firebug to examine the html code.. or can take my help in comments section

2.You must need to use button URL as this code will use button technically


You can use my shared code and ask question in the comments section.

 .et_pb_slide_0  .et_pb_more_button.et_pb_button {
display: block !important;
background: transparent !important;
border: transparent !important;
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
width: 100% !important;
text-indent: -11115px !important;
height: 226px !important;
}
.et_pb_slide_0 .et_pb_slide_description {
padding-left: 0px !important;
padding-right: 0px !important;
}
.et_pb_slide_0{padding:0 !important;}

.et_pb_slide_0 .et_pb_container.clearfix {
width: 100% !important;
max-width: 100% !important;
}

Divi background image slider clickable

If you have any issue feel free to ask me question here in comments section

OR

You can take my personal help in skype : om2000_cuet

2 thoughts on “Divi support and modification: Making Divi background image slider clickable”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s