Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Overlap on scroll › Reply To: Overlap on scroll
June 22, 2020 at 12:20 pm
#28004
Keymaster
Hi,
It is not actually the plugin causing the problem, but the elementor sticky element background is transparent. I suggest changing it’s background to white on the elementor editor. This custom CSS should also work:
.elementor-element-c307fb3 {
background: white;
}
I still suggest rather changing the elementor container element background to white if possible.