Go to Dashboard -> Divi -> Theme options -> and scroll down to the Custom CSS area. Paste the following code at the end of any existing code you have there. Change the font size and family to what you need for the header area and for the text area. ...
https://www.useloom.com/share/d85f684625de438dac2167332b37f10a And here is the code you need: .et_bloom .et_bloom_inline_form { margin: 0 !important; }
This is the code you need to copy and paste into your functions.php file in your Divi folder: function exclude_common_js() { wp_deregister_script( 'et-core-common'); wp_dequeue_script( 'et-core-common' ); } add_action( 'wp_enqueue_scripts', ...