by asfakmd | Apr 28, 2022 | Divi Theme Customization
Apply This CSS Code: #footer-info { width: 100%; margin:0 auto; text-align: center !important; } @media only screen and (min-width: 980px) { #footer-bottom .et-social-icons { margin-bottom:-28px; } } .bottom-nav { text-align: center;...
by asfakmd | Apr 28, 2022 | Divi Theme Customization
If you are using our free Divi child theme, place this snippet into the scripts.js file and remove the <script> tags at the beginning and end. Otherwise, place this in your Divi>Theme Options>Integrations tab in the “Add code to the < head > of...
by asfakmd | Apr 28, 2022 | Divi Theme Customization
Apply this CSS: /* Main header */ @media only screen and (max-width: 1000px){ #main-header{ background-color:#020202; } } @media only screen and (max-width: 980px) { #et-top-navigation span.mobile_menu_bar:before, #et-top-navigation span.mobile_menu_bar:after { color:...
by asfakmd | Apr 28, 2022 | Divi Theme Customization
Apply This CSS code: #top-menu li li a { border: 1px solid whitesmoke; margin-bottom: 15px; text-align: center; } #top-menu li li a:hover { color: #ffde00; background: black; opacity: 1!important; } .nav li ul { border-top: 0px solid #0dbad8; margin-top: -10px; } .nav...
by asfakmd | Apr 28, 2022 | Divi Theme Customization
Apply This CSS Code: .et_pb_fullwidth_header { min-height:80px;padding: 10px 0 !important;}
by asfakmd | Apr 28, 2022 | Divi Theme Customization
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...
Recent Comments