by asfakmd | Apr 27, 2022 | Divi Theme Customization
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...
by asfakmd | Apr 27, 2022 | Divi Theme Customization
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; }
by asfakmd | Apr 27, 2022 | Divi Theme Customization
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; }
by asfakmd | Apr 27, 2022 | Divi Theme Customization
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; }...
Recent Comments