Divi Theme Text Over Image On Hover With Lightbox 👈👍👍👈

Описание к видео Divi Theme Text Over Image On Hover With Lightbox 👈👍👍👈

Divi Theme Text Over Image On Hover With Lightbox. 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. Today we are going to demonstrate how to create an image that has a text overlay on hover, when you click on it, it will pop out into a lightbox. To do this we will be using the Divi Image module for this feature.
In this video today, we are going to use a bit of CSS code to style things the way that we want them, so it will better match the rest of the site. 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 site, 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 it to return back to how the site was previously.
This is a great eye catching feature to have on your site. As with most hover effects this will work best on the desktop version of your site. Divi makes it really easy to create different versions of your site for tablet, and mobile, using the visibility options under the advanced tab of the module. So, follow along with the video and check out how to create an image that has a text overlay on hover with lightbox, using the Divi theme. For more information on the Divi theme, check out our Divi playlists below.

Full Ecommerce Site Build Playlist:    / watch   v=rNhjGUsnC3E&list=PLqabIl8dx2wq6ySkW_gPjiPrufojD4la9

Contact Form With File Upload Video:    • Divi 4 Add A Contact Form With File U...  

Divi 4 Theme Create An Ecommerce Store In One Hour:    • Divi 4 Theme Create An Ecommerce Stor...  

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

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

/* After Desktop Box */

content: " Text Goes Here You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.";
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
font-size: 20px;
line-height:25px;
text-align:center;
color:#fff;
width:80%;
background:#00000070;
padding: 150px;
opacity: 0;
transition-duration: .75s;
pointer-events: none;

/* After Hover Box */

opacity: 1;


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

Elementor Ecommerce Store:    • Elementor Ecommerce Store Woocommerce...  

Divi Snippets:    • Divi 4 Snippets Divi Theme Overview 👍  

Divi 4 Ecommerce Store:    • Divi 4 Ecommerce Store Theme Setup An...  

Bootstrap 4 Basics:    • Bootstrap 4 Basics Index Page and Ext...  

Elementor:    • Elementor Wordpress Builder Install A...  

WordPress Tips:    • Wordpress 2020 Theme Customize The Pa...  


--------- RECOMMENDED VIDEOS: ---------

Bootstrap 4 Complete One Page Scrolling Website Tutorial :    • Bootstrap 4 Complete One Page Scrolli...  

Elementor Wordpress Builder One Page Scrolling Site In 15 Minutes:    • Elementor Wordpress Builder One Page ...  

Bootstrap - How to edit a bootstrap template:    • Bootstrap - How to edit a bootstrap t...  

Divi Add a live facebook feed to your divi or any wordpress website:    • Divi Add a live facebook feed to your...  

Divi 4 Theme How To Build A Multi Page Website In 20 Minutes:    • Divi 4 Theme How To Build A Multi Pag...  

Elementor Wordpress Builder How To Build A Parallax Section:    • Elementor Wordpress Builder How To Bu...  

--------- SOCIAL MEDIA ---------
Follow what I'm doing on:

Facebook:   / system22.net  

Twitter:   / 22itsolutions1  

Linkedin:   / jamie-henry-546b7377  


Support the channel: https://paypal.me/system22


Courses I teach: https://www.udemy.com/user/jamiehenry2/


Subscribe:    / @system22  


#YouTubeTips #WebDesignTips #FreeWebDesignTutorials #BuildYourOwnWebsite

Комментарии

Информация по комментариям в разработке