Divi Divi Footer Link With Dynamic Year in the Theme Customizer var footerDate = new Date(); jQuery('#footer-info').html('Copyright © ' + footerDate.getFullYear());priyankmaniarJune 23, 2021
Divi How to have a sticky or a fixed header on mobile? The following code helped me with getting a sticky header on the mobile device. /******************* * FIXED HEADER ON MOBILE * * SOURCE: https://divilife.com/create-fixed-mobile-menu-divi/ *…priyankmaniarJuly 29, 2020
Divi How to Change DIVI’s default pagination text? You may want to change the default pagination text provided by DIVI - Older entries to something else. Following CSS will help you achieve just…priyankmaniarJuly 25, 2020