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
July 27, 2020 at 1:36 pm
#28707
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.