Divi & Polylang: display your modules by language with pll_language

Divi & Polylang: display your modules by language with pll_language

Introduction If you use Divi Theme Builder and the Polylang plugin, you’ve probably wondered how to show a different module, section, or block depending on the user’s selected language.The good news: Divi offers powerful display conditions, and Polylang saves the...
CSS script to improve WPCF7 styling

CSS script to improve WPCF7 styling

Contact form 7 is so great but its style is so basic. Here are a few CSS line to improve its appearence in 3 clicks: .wpcf7 input[type=submit] { background: #b90c04; border: navajowhite; padding: 10px 20px; color: #fff; } div.wpcf7 .ajax-loader { float: right; }...