#02 Styling SVG Icons in the Divi Menu

Here’s the CSS code used: /* Navigation Style */ .dl-menu svg { height: 60px; margin-bottom:12px; } .dl-menu a, .dl-menu .et_mobile_menu li a { display: flex; flex-direction: column; text-align:center; } .dl-menu.et_pb_menu .et-menu>li { padding: 0; }...

#01 Adding SVG Icons to Divi Menu

Here’s the code we’ve added to the Theme Options -> Integration tab (Body section). <script> jQuery(document).ready(function($) { $(‘.dl-community>a’).prepend(‘<svg xmlns=”http://www.w3.org/2000/svg”...