by Divi Addons | Last Updated on Mar 24, 2018
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...
by Divi Addons | Last Updated on Dec 21, 2016
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; }...
by Divi Addons | Last Updated on Dec 21, 2016
To hide the photo gallery lightbox image title: .mfp-title { display: none;}