This is a video tutorial on how to create an image hover scroll from top to bottom for your portfolio website. Subscribe to the channel and watch the full tutorials on how to create a Real Estate Website With WordPress For Free using free theme and a free plugin. No coding. Just drag and drop Elementor page builder. https://www.youtube.com/channel/UC3be7hS_zvm8K3v-nlVh2Rg?sub_confirmation=1
——————————————————————————————–
IMPORTANT LINKS
———————————————————————————————
== FREE THEME: https://kaetechdigital.com/rishitheme
== ELEMENTOR: https://kaetechdigital.com/elementor
== CHEAP DOMAIN: https://kaetechdigital.com/namecheap
== CHEAP HOSTING: https://kaetechdigital.com/namecheap
== CHEAP HOSTING: https://kaetechdigital.com/bluehost
== How to buy cheap domain: https://www.youtube.com/watch?v=xk9p_2i8AaM&t=17s
== How to buy Affordable hosting: https://www.youtube.com/watch?v=5RCWoq-lL3k&t=42s
== JOIN THE PATREON COMMUNITY TO DOWNLOAD THE TEMPLATES: Patreon: https://www.patreon.com/kaetechdigital
———————————————————————–
CODE
—————————————————————————
add_action( 'wp_head', function () { ?>
<style>
.elementor-6 .elementor-element .elementor-element-18f3302{
-webkit-transition: ease-in-out 4s !important;
transition: ease-in-out 4s !important;
}
.elementor-6 .elementor-element .elementor-element-18f3302:hover{
background-position: center bottom !important;
}
</style>
<?php } );
