Get Ready Elementor Templates

How To Make a Weight Loss Supplement Landing Page Elementor Free

Subscribe To My YouTube Channel For More Upcoming Videos

Page Default Style CSS


 

Page Default Style CSS Classes

hero-tablet-image
arrow-icon

 

Why US Style CSS

.why-us-card {
    background: #FFF;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);  
}

@media (max-width: 767px) {
    .why-us-card {
        position: relative !important;
        margin-bottom: 8px;
    }
}

 

Why US Style CSS Class


why-us-card

 

Logo Marquee Section Style CSS


.logo-marquee {
    animation: scrollX 80s linear infinite;
    }

@keyframes scrollX {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

 

Logo Marquee Section Style CSS Class


logo-marquee

 

Back To Top Button Style CSS


.back-to-top .elementor-button-icon svg {
    height: auto;
    font-size: 20px;
}


.back-to-top:hover .elementor-button-icon svg path {
    fill: none;
    stroke: #ffffff;
}

 

Back To Top Button Style CSS Class


back-to-top