This post is part 5 of 5 in our mini series titledΒ 5 Impressive Ways to Style Diviβs Countdown Timer Module. Stay tuned this week for all five unique examples of Diviβs countdown module, with a tutorial on how to achieve each one!
Today is the final tutorial in our miniseries on the countdown timer! I hope these tutorials have been educational, as well as inspirational. The great thing about these tutorial miniseries is you can use them exactly as they are in the tutorial, or as a jumping off point to create beautiful websites that are completelyΒ unique to you.
So to finish off our countdown timer module miniseries, I have something that I think youβre really going to love. In other words, Iβve saved the best for last! In todayβs tutorial, Iβm going to show you how to use a full screen background video in your countdown timer, to βbuild suspenseβ in a fun and remarkable way. Letβs get started!
The Divi Countdown Module: Before & After
Hereβs the default Divi countdown timer module, which is what weβll be starting with.
And below youβll see an animated GIF ofΒ what weβll be creating today.
This countdown timer is unique for obvious reasons. The full screen section keeps you focused on the countdown, and the beautiful background video of the floating particles gives it a modern and sophisticated look. As I mentioned at the beginning of this miniseries, a countdown timer is perfect for building suspense for a website or product launch, orΒ even an event. Todayβs countdown timer fills that role perfectly!
How to Create a Countdown Timer With a Full Screen Background Video
Subscribe To Our Youtube Channel
Preparing the Design Elements
Todayβs countdown timer utilizes a full screen background video. Thereβs lots of places to find free or premium stock footage, but for this tutorial weβll be taking advantage of some free video clips from Videezy.
Hereβs the direct link to the video weβll be using:Β https://www.videezy.com/elements-and-effects/125-flying-particles-stock-video-in-hd
Go ahead and click the big purple βDownloadβ button to download the free stock video to your computer. Weβll be utilizing it shortly. The rest of our design today is down with the built in Divi controls, plus some custom CSS, so thereβs no more design elements to prepare. So itβs time to head to Divi!
Implementing the Design with Divi
You can use todayβs tutorial in an existing page, but for the sake of simplicity, weβre going to work in a new page. So create a new page, give a title, enable Divi, then click theΒ big blue βUse Visual Builderβ button to open up Diviβs visual builder.
Divi automatically creates a new section for us,Β but now we need to create a new row. Go ahead and click the green plus icon, then click the icon to add a one column row, as shown in the red outline in the screenshot below.
Divi will automaticallyΒ prompt you to choose a module to insert. You can start typing βcountdownβ and the countdown timer will be filtered for you. Click on it, and the countdown timer will be added to your layout, and the countdown timer module settings will be opened in front of you.
Adjusting the Module Settings
First, choose a date to count down to, and then change the βUse Background Colorβ to No.
Now, click on the βDesignβ tab and change the βNumbers Font Sizeβ to 85px, and the βLabel Font Sizeβ to 15px. Thatβs all we need to changeΒ in the module settings. However, if youβre using something other than the default Divi font (Open Sans) then youβll need to change all the fonts in the βDesignβ tab of the module settings to βOpen Sansβ in order to achieve the same look as my example. Otherwise, you can click the save button to close the countdown timer module settings. NOTE: it will look like thereβs no countdown timer there at all, because we left the countdown module text colorΒ as βLight.β Once we add our background video in the instructions below, weβll be able to see the countdown.
Adjusting the SectionΒ Settings
We now need to make a few minor adjustments to the section. Hover over the sectionΒ andΒ open up the SectionΒ SettingsΒ (click on the gear icon in the blueΒ set of controls that appears when you hover over the section).
Once you have the section settings up,Β navigate to the βBackground Video MP4β settings. Clicl the upload button and add the video we download earlier from Videezy. You should now see the background video playing behind our countdown timer!
We now need to make just one small adjustment in the Custom CSS tab of the Section Module Settings. Scroll down to the βMain Elementβ custom CSS box, and addΒ height: 100vh;Β to the box. This makes the section full screen by making the section 100% of the viewport height.
Now click the green saveΒ button to save the section settings. Hereβs what you should see so far. Getting close!
Adding the Custom CSS
The last thing we need to do is add the custom CSS to take us the rest of the way there! Yes, we did already add a small amount of custom CSS in the section and row settings, however for the remainderΒ of the custom CSSΒ weβll be adding it to the Custom CSS box of eitherΒ the Divi Theme Options panel or within theΒ individual page settings.
Why donβt we add all of the CSSΒ directly within the module, row, or section? Divi has pre-targeted CSS classesΒ in the settings of the modules, row, and sections, howeverΒ it does notΒ target all theΒ CSS classes that areΒ available in the Divi stylesheet. So weβll need to target those classesΒ on our own by adding CSS to one of the areas mentioned above.
Before we add theΒ CSS though, weβll need to add our custom classes so that weβll only customize the countdown timer moduleΒ we areΒ working on today, and notΒ ALL countdown timers that are on the site or will be on the site.
So, open up the module settings, and click over to the CSS tab, and addΒ custom-countdown-5Β as the CSS class.
Now that our custom class has been added, weβre ready to add our custom CSS. As mentioned above, you can either add this CSS to the custom CSS box within Divi Theme Options, or within the Divi page settings for the individual page. Unless youβre planning to add additional countdown timers with this same design to other pages on your site, I recommend adding the CSS to the page settings for the individualΒ page. This will allow you to see the custom CSS changes in real time (thanks to DiviβsΒ Visual Builder).
To open up the page settings, click on the purple gear icon at the bottom of your screen. If you donβt see this then click on the purple icon that you do see, and it will pop-open the rest of the menu icons. Once the Page Settings are open, click onto the CSS tab and paste the below CSS into the box. You should see the changes in real time.
<pre>.custom-countdown-5.et_pb_countdown_timer .sep { display: none; } .custom-countdown-5.et_pb_countdown_timer .section.values { border-left: 1px solid #808080; } .custom-countdown-5 .days { border-left: none !important; margin-right: 16px; }
Next, save your changes, and admire your creation!
BONUS: Additional Customization
In yesterdayβs tutorial,Β I showed you how to add an animated gradient background to your countdown timer. We can combine the animated gradient background with our full screen background video for a even more unique look! Simply add the below CSS (after the CSS from above).
.et_pb_section:before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; -o-animation: colorcycle 20s ease infinite; -moz-animation: colorcycle 20s ease infinite; -webkit-animation: colorcycle 20s ease infinite; animation: colorcycle 20s ease infinite; background: linear-gradient(270deg, #a253e0, #f15b4f, #2ea3f2); background-size: 600% 600%; } @-webkit-keyframes colorcycle { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @-moz-keyframes colorcycle { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @keyframes colorcycle { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } .et_pb_section_video_bg { opacity: .9; }
Hereβs what it will look like:
This Concludes My Countdown Timer Series
While this concludes my countdown timer miniseries, thereβs more great Divi tutorials in store for the community. Thanks for following along and I hope to see you back here for Divi blog posts every day!
Be sure toΒ subscribe to our email newsletterΒ andΒ YouTube channelΒ so that you never miss a big announcement, useful tip, or Divi freebie!
Excellent tutorial.
However, when I change colour/size of the numbers, only the h:m:s changes, but the days does not! What to do?
Thanks for The Tutorial. But can I change the text under the digits? The German translation is not quite correct. The day is, for example, Tag(s), but it would have to be called Tag(e).
A well put together and presented series Tim.
A great resource and much appreciated.
Thanks for the kind words, Keith! I’m glad you enjoyed it π
Thank you for this tutorial and thank you for the bonus tip. The result looks really nice.
You’re welcome, Andrej. I’m glad you found it helpful π
These countdowns are beautiful. Great resource. Thank you.
Thank you for sharing this great tip. Perfect christmas countdown. I’ll share this on facebook.
Glad you like it, Stig!
BONUS: Additional Customization doesnΒ΄t work. It makes no difference if you place the CSS or not
Hi Benjamin,
Double check that you copied and pasted it (and saved it) correctly. I just double checked it, and it does in fact work. The colors are more subtle, so there’s a chance you may not have noticed it. You can make the colors more visible by adjusting the opacity in the last line of the CSS above.
Is there a link to a demo version instead of a gif? I’d like to show an example to some clients π
Also, if I’m working on a site, website.com/test
And I want this to be my splash page on website.com, do I have to install WP & Divi in my root folder as well? Thanks!
This is AWESOME!
Hi Izamar,
No there isn’t a demo, but you could fairly quickly follow the tutorial and video to get it up and running on a test page in order to show it to a client π
Yes you’ll need to install WordPress & Divi in the root folder if you plan on using Divi on the main domain.
Great work on all of these countdown designs! Very inspiring. π
Thanks Ryan, I’m glad to hear it π
Excellent topic ,this is helpful for us.