change the submit button text

A child theme is required to properly implement this customization. If you are not currently using a child theme, you can download one using the following link: https://www.dropbox.com/s/ut4dkjq5n7j9nkz/divi-child-theme-0.1.1.r20.zip?dl=1 Add the first code snippet...

add an overlay to a text module

Add this code to the before section of the modules’ settings content:””; display: block; height: 100%; position: absolute; top: 0; left: 0; width: 100%; background-color: rgba(58, 60, 69, .6);

Add a line under the menu

About Me Projects Official WPML Contractor Blog Get in Touch Testimonials Sitemap Search … Divi Theme Code Snippets How to add a colored line under Divi Main Navigation How to add a colored line under Divi Main Navigation by George Nicolaou | 22 November, 2018 | Divi...

center submit button in Divi

/*submit button center*/ .et_contact_bottom_container{ display: flex; align-items: center; justify-content: center; width: 100% !important; } /*submit button center end*/

create 2 buttons for fullwidth divi slider

https://www.dirtriverdesign.com/divi-fullwidth-slider-add-two-buttons/How to Add two Buttons the Divi Fullwidth SliderFor now it isn’t easy to add a second button on the fullwidth slider, but I expect Elegant Themes will eventually add it as a feature. Below I’ll...