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...
How to Make Fullwidth Divi Mobile Menu

How to Make Fullwidth Divi Mobile Menu

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