ALL Tutorials

Elementor

Elementor Container Overly Effect

Abdus Salam

September 13, 2025

Share

When someone plans a new website, the first questions are usually, ‘Can it fit my budget?’ and ‘How quickly can it be done?’ As a WordPress developer and independent freelancer, I focus on creating responsive, user-friendly websites that balance quality, efficiency, and affordability.

Abdus Salam

WordPress Developer

For a clearer understanding and quicker problem-solving, I recommend watching the video tutorial. It will guide you step by step, making the process much easier to follow. My goal is to address the issues smoothly and provide the simplest, most effective solutions so you can move forward without confusion or unnecessary difficulty.

Top and buttom container overly CSS

CSS class for main container

				
					scroll-section
				
			
				
					.scroll-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    #ffffff 100%
  );
  pointer-events: none;
  z-index: 2;
}
				
			

Left and Right container overly CSS

CSS class for main container

				
					logos-section
				
			
				
					.logos-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 20%,
    #ffffff 100%
  );
  pointer-events: none;
  z-index: 2;
}
				
			

Elementor smooth infinite loop image carousel

				
					selector .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -moz-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; 
}
				
			

Do you want to design your website?