Blog
How To Create Divi Fullwidth Contact Form Submit Button
user this CSS code: /** Divi Contact form full-width submit button **/ body #page-container .et_pb_contact_form_0.et_pb_contact_form_container .et_pb_button { width: 97%; margin-left: 7px; margin-top: 6px; } body #page-container .et_pb_contact_form_0...
How To Create Button in Divi Menu Bar
place this code on menu: <span class="et_pb_more_button et_pb_button">Sample Button</span> then place this code in custom CSS: #et-top-navigation .et_pb_button { margin-top: 0px; font-size: inherit; font-weight: inherit; } #et-top-navigation...
How To Make Contact us Form Title Level Upward in DIVI Theme
Apply this CSS: /* chnage menu underline color in mobile */ .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red .footer-widget li:before, .et_color_scheme_red .et_pb_pricing li:before { border-color: #00994c; }
How To Chnage Menu Underline Color On Mobile In Divi
Apply This CSS Code: /* chnage menu underline color in mobile */ .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red .footer-widget li:before, .et_color_scheme_red .et_pb_pricing li:before { border-color: #00994c; }
How To Change The Mobile Menu Bar Color In Divi Theme
Appy this CSS code : /* Changing the mobile menu button color */ @media only screen and (max-width: 980px) { #et-top-navigation span.mobile_menu_bar:before, #et-top-navigation span.mobile_menu_bar:after { color: #00994c !important; } }