Divi Help Documentation by Gables Tech
Footer
How to add auto-updating footer copyright using Dynamic Content
How to add auto-updating footer copyright using Dynamic Content
Step 1: Add a Text Module
Add the auto-updating footer copyright. Open it using the Divi Builder and then add a text module
Step 2: Click on “Use Dynamic Content” and select “Current Date”
Now, go into the “Text Module settings.” Inside, hover your mouse over the Body area that displays the written text. Click on it, and then select “Current Date” from the list of available options.
A new pop-up window will appear asking you to enter the “After” and “Before” text.
Insert the line “Copyright ©” in the “Before” text field if you want the notification to appear like this – Copyright © 2021.
Note: If you don’t know how to get the Copyright logo, just copy and paste it from this article.
Once done, go to the “Date Format” section and select “Custom.” Now, enter “Y” (remember to write in caps) in the Custom Date Format field.
Now, just hit the “green tick” to confirm your selections and that’s it! You now have an auto-updating footer copyright notice that’ll always showcase the current year. NOTA: Custom date format section put “Y” on capital letter
This work only creating Global Footer
Footer html Code for Divi
DIVI – Footer Credits
Insert the code – Appearance > Customize > Footer > Footer credits
***
Site Designed by <a href="https://mywebsite.com">Gables Tech </a>(Graphic Design Team)
DIVI Footer Credit center text (Additional CSS Section)
Insert the code – Wp Dashboard > Divi > Theme options > Custom CSS
***
#footer-info { text-align: center; width: 100%; }
—-
DIVI Footer menu Center text (Additional CSS Section)
Insert the code – Wp Dashboard > Divi > Theme options > Custom CSS
***
.bottom-nav { text-align: center; }
———————
DIVI Footer text module (Paste into widget footer module)
Insert the code – Wp Dashboard > Divi > Theme options > Custom CSS
***
<p style="text-align: center;">CENTER</p>