Add a divider between widgets

To add a divider between widgets: #sidebar .et_pb_widget { border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; } #sidebar .et_pb_widget:last-of-type { border-bottom:0;...

Add 2 buttons to a Divi slider

To add 2 buttons to a slider put in the content: <a class="et_pb_more_button et_pb_button" href="Demo">REQUEST A QUOTE</a> <a class="et_pb_more_button et_pb_button" href="Demo">BOOK AN...

Change the height of a slider

To change the height of a slider, which is not the same as all the others, call the css class for example newslider: @media only screen and ( min-width:981px ) { /* Set the slider height */ .newslider, .newslider .et_pb_container { height: 500px !important; }...

Add a background image to the footer

To add a background image to the footer: #main-footer { background: url("#") !important; background-repeat: no-repeat !important; background-size: cover !important; }