This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Ajax filter is duplicating in sticky menu

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Ajax filter is duplicating in sticky menu Reply To: Ajax filter is duplicating in sticky menu

#28707
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

It is actually elementor doing the duplication – I guess that is how the sticky sidebar works.
I think the best and easiest solution is to set the background color of the sticky container to white. You can try doing that via the elementor editor, or use this custom CSS:

.elementor-element-3cf68b4 {
    background: white !important;
}

I recommend rather using the elementor editor to set the background if possible, as this custom CSS may not work correctly in all cases.