Divi Mega Menu – Wide Drop-down Menu

Set CSS in Top Level Category     Add Photo to Sub Categories Navigation label <img src=”https://theluxecollectionuk.co.uk/wp-content/uploads/2022/10/wedding-table-decorations.jpeg” alt=”Wedding Table Decorations” width=”100%” /><span...

Add SVG Logo to DIVI Theme

Place the following code in your child theme functions.php file: function cc_mime_types($mimes) { $mimes[‘svg’] = ‘image/svg+xml’; return $mimes; } add_filter(‘upload_mimes’,...