Featured

Divi Theme Tutorial 2022 - GLOWING Round CTA Modules



Published
How to create round call to action modules that change color with the Divi Theme. Today we will be demonstrating how to use the Divi Call To Action Module to create some round modules that will constantly change color and have a glowing border effect
We are going to be using the Divi theme to create some great effects in this series of videos. The Divi theme has some great modules and effects. With a little work you can achieve some great eye-catching effects to enhance the look and user experience of your website.
This is a great feature to have on your website, and very easy to do. There is a little bit of coding involved today to build this feature. Don't let the CSS coding put you off, it is very easy, and any code I write today I will paste below the video for you to use as you wish. You are welcome to copy the code and paste it into your website. CSS is a great thing to learn, so I encourage you to try out some of your own ideas to get familiar with it. You can't break your site with CSS, if something doesn't work simply delete the code to return back to how the site was previously.
So, follow along with the video and see how to create create round call to action modules that change color with the Divi Theme.
For more information on the Divi theme, check out our Divi playlists below.

Playlist page for more videos on this: https://www.youtube.com/c/System22Net/playlists

Divi Supreme Modules Playlist: https://www.youtube.com/watch?
v=ZAO2MH0dQtk&list=PLqabIl8dx2wo8rcs-fkk5tnBDyHthjiLw

Full Ecommerce Site Build Playlist: https://www.youtube.com/watch?
v=rNhjGUsnC3E&list=PLqabIl8dx2wq6ySkW_gPjiPrufojD4la9

Contact Form With File Upload Video: https://youtu.be/WDo07nurfUU

Divi 4 Theme Create An Ecommerce Store In One Hour: https://youtu.be/qP-ViPakoSw

Try out the Divi theme: https://bit.ly/TryDiviNow

Divi Supreme Modules Plugin 10% Off: https://bit.ly/DiviSupremeCoupon

Divi Brain Addons Free Plugin: https://brainaddons.com/

My Blog : https://web-design-and-tech-tips.com

Check out our playlist page for more videos on this: https://www.youtube.com/c/System22Net/playlists

---------- CSS CODE USED TODAY ----------

/* Glowing CTAs */

.colglow {
animation: cglow 30s linear infinite;
}

@keyframes cglow {
0% {background:red; box-shadow: 0px 0px 25px pink;}
25% {background:blue; box-shadow: 0px 0px 25px white;}
50% {background:green; box-shadow: 0px 0px 25px blue;}
75% {background:violet; box-shadow: 0px 0px 25px red;}
100% {background:red; box-shadow: 0px 0px 25px pink;}

}

.colglow2 {
animation: cglow2 30s linear infinite;
}

@keyframes cglow2 {
0% {background:blue; box-shadow: 0px 0px 25px pink;}
25% {background:purple; box-shadow: 0px 0px 25px white;}
50% {background:red; box-shadow: 0px 0px 25px blue;}
75% {background:green; box-shadow: 0px 0px 25px red;}
100% {background:blue; box-shadow: 0px 0px 25px pink;}

}

.colglow3 {
animation: cglow3 30s linear infinite;
}

@keyframes cglow3 {
0% {background:green; box-shadow: 0px 0px 25px pink;}
25% {background:orange; box-shadow: 0px 0px 25px white;}
50% {background:red; box-shadow: 0px 0px 25px blue;}
75% {background:blue; box-shadow: 0px 0px 25px red;}
100% {background:green; box-shadow: 0px 0px 25px pink;}

}


---------- RECOMMENDED PLAYLISTS ----------

Elementor Ecommerce Store: https://www.youtube.com/watch?v=Sl1Ye9XHhgY&list=PLqabIl8dx2wrrX3YsjpIEL8uq5LnSkrhA

Divi Snippets: https://www.youtube.com/watch?v=x8AURRJVlWE&list=PLqabIl8dx2woGTX6yFqbufkqv-29PiElB

Divi 4 Ecommerce Store: https://www.youtube.com/watch?v=rNhjGUsnC3E&list=PLqabIl8dx2wq6ySkW_gPjiPrufojD4la9

Bootstrap 4 Basics: https://www.youtube.com/watch?v=PwUw2kgnkls&list=PLqabIl8dx2wocDgvU7lEirYjNNrm6iXGb

Elementor: https://www.youtube.com/watch?v=bYqbLiWWC-k&list=PLqabIl8dx2woAs4sOmMsgCU0cAqcyiDco

WordPress Tips: https://www.youtube.com/watch?v=3QlczYducdU&list=PLqabIl8dx2wpKhMW14Q1Rxwx864Zwx-1e


Subscribe: https://www.youtube.com/channel/UCYeyetu9B2QYrHAjJ5umN1Q


#YouTubeTips #WebDesignTips #FreeWebDesignTutorials #BuildYourOwnWebsite
Category
Web design
Be the first to comment