by Ganga | Aug 21, 2022 | Divi
Copy Code Copied Use a different Browser /*—————–Menu Icons to Replace Text—————- */ .menu-home a { font-family: ‘ETmodules’; font-size: 20px!important; color: white!important; } .menu-home...
by Ganga | Aug 15, 2022 | Divi, WooCommerce
Add code to function.php files Copy Code Copied Use a different Browser /* Ajax Add to Cart button */ if ( ! function_exists( ‘de_add_to_cart_button’ ) ) { function de_add_to_cart_button(){ if ( true === et_get_option( ‘add_to_cart’,...
by Ganga | Jun 15, 2022 | Divi
In this tutorial, you will learn the how to change the Divi contact form subject line Copy Code Copied Use a different Browser wp_mail( apply_filters( ‘et_contact_page_email_to’, $et_email_to ), et_get_safe_localization( sprintf( __( ‘%1$s has sent...
by Ganga | Apr 28, 2022 | Divi
Copy Code Copied Use a different Browser /*Divi mobile menu bottom border links*/ .et_mobile_menu li a { padding: 15px 5px; border-bottom: 2px solid #fff!important;...
by Ganga | Apr 7, 2022 | Divi
In this blog, I am going to explain to you, how to change multiple images when clicking on text or blurb module. CSS Code: Copy Code Copied Use a different Browser .video-not-first { display: none; } .video-item-cursor { cursor: pointer; } @media all and...
by Ganga | Feb 27, 2022 | Divi
In this blog, we are going to learn about the way to make full-width Divi mobile menu This code will work for all Divi WordPress website Paste the below code to Theme Options. Copy Code Copied Use a different Browser .container.et_menu_container { width: calc( 100%...