How to Add Coupon Code Field Validation on wpforms

How to Add Coupon Code Field Validation on wpforms

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...
How to Replace Menu Text to Icons in Divi Theme

How to Replace Menu Text to Icons in Divi Theme

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...
How to Customizing The Subject Of The Contact Form Module

How to Customizing The Subject Of The Contact Form Module

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...