by Nina | Nov 26, 2022 | Divi
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...
by Nina | Nov 18, 2022 | Divi
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’,...
by Nina | Oct 25, 2022 | Divi
by Nina | Sep 28, 2022 | Divi
by Nina | Sep 28, 2022 | Divi
https://help.elegantthemes.com/en/articles/2833965-wrong-active-menu-items-color-on-a-one-page-website
by Nina | Jul 21, 2022 | Divi
Put this in additional JS <script> jQuery(function($) { $(document).ready(function() { if ($(‘body’).height() < $(window).height()) { $(‘footer’).css({ ‘position’: ‘fixed’, ‘bottom’:...