by Ganga | Oct 31, 2022 | Wordpress
This blog is about how to validate text fields which can be used as coupon codes or any standard method and even with this method you can even control spam entries. Paste the below code to the fincation.php file and I will recommend first creating a child theme and...
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;...