How to change colour of the Form Title with Gravity Forms Posted on 15:23:00by Perry Toone with No comments You can add following code to Quick CSS box. gform_wrapper h3.gform_title { color: red; } Read More
Make Divi full width slider, full height too Posted on 20:18:00by Perry Toone with No comments To make the slider fill the page, add this css code into Divi > Theme Options > General > Custom CSS field. .et_pb_slide, .et_pb_slide .et_parallax_bg { height: 315px !important;} Read More