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

DIVI: put footer on bottom of browser window

Put this in additional JS     <script> jQuery(function($) { $(document).ready(function() { if ($(‘body’).height() < $(window).height()) { $(‘footer’).css({ ‘position’: ‘fixed’, ‘bottom’:...