Divi mobile menu style

/***************** MEOBILE MENU *****************/ .mobile_menu_bar::before { color: #ffffff !important; } /* Text left of hamburger in the Theme Builder */ .et_mobile_nav_menu:before { content: ‘MENU’; position: absolute; right: 40px; margin-top:5px;...

Divi map maker color / change

CSS Method .et_pb_map img[src*=’marker’]{ filter:saturate(0) brightness(0.2) } HTACCESS Method IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^wp-content/themes/Divi/images/marker\.png$ http://www.mysite.com/my-custom-pin.png [L] RewriteRule...

Divi blurry images

// Begin remove Divi Portfolio and Filterable Portfolio featured image crop function pa_portfolio_image_width($width) { return ‘9999’; } function pa_portfolio_image_height($height) { return ‘9999’; } add_filter(...

Divi MAP Marker open by default

// MAP Marker open by default ——————— $(window).load(function() { setTimeout(function() { $this_map_container = $(‘.et_pb_map_container’); $this_map_container.find(‘.et_pb_map_pin’).each(function() {...

tswd bug

if (!is_admin() || empty($_GET[‘et_fb’])) { add_action(‘wp_enqueue_scripts’, ‘loadMyJs’); add_action( ‘wp_print_styles’, ‘loadMyStyle’ ); } — function rmvJsfromBck() { echo...