Get Ready Elementor Templates

Starbucks Landing Page using Elementor | Elementor Pro Tutorial

Subscribe To My YouTube Channel For More Upcoming Videos

Circle Clip-Path CSS

selector{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    background: #017143;
    clip-path: circle(500px at right 600px);
}

Vertical Social Icon CSS

#vert-social {
position: absolute;
display: flex;
z-index: 999;
top: 20vh;
right: 2vw;
width: 50px;
}
#vert-social.elementor-shape-circle .elementor-icon.elementor-social-icon {
margin-top: 5px;
}

Thumbnails Centered CSS

selector{
    position: absolute;
    left: 0;
    bottom:2vh;
    width: 200px;
    transform: translateX(-50%);
}

Thumbnails hover animation CSS

selector{
    cursor: pointer;
    transition: 0.5s;
}
selector:hover{
    transform: translateY(-15px)
}

JavaScript snippet for thumbnails


Thumbnail Custom Attribute

data-jim|https://elementor.jimfahad.com/elementor0132/wp-content/uploads/2021/06/img1.png

Circle Media Query

@media (max-width:1024px){
selector{
    clip-path: circle(400px at right 580px);
}
}

Social Icons Media Query

@media (max-width:1024px){
#vert-social {
bottom: 50px;
top: unset;
}
}

Thumbnail Media Query

@media (max-width:767px){
selector{
    left: 50%;
}
}
Wanna join my secret winners’ gang?

I only share these secrets with the people in this group. Honestly, you can not find such tricks for FREE on the whole internet!

  • Money Making Blog Tricks
  • $100k by Freelancing Formula
  • Secret Resources
  • Rich Dad business tactics
  • And, of course about my upcoming videos and plans