Hi there,
I’m not able to replicate your issue on your website. Could you send me a screenshot?
Hello there,
I hope you’re doing well :D.
Please, try to add the following code in the functions.php of your active theme
if( ! function_exists( 'yith_wcan_content_selector' ) ){
function yith_wcan_content_selector( $selector ){
$selector = '.elementor-element-ead4ee7';
return $selector;
}
add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
}
It should fix the problem.
Please, try it and let me know.
Have a good day.
GREAT JOB
SOLVED
ASSISTENZA TOP, MERITA ACQUISTO PRO +++++++
hola, estoy creando mi web en local, y al usar el pluguin YITH, para filtrar productos por categoría, y resulta que se duplica el icono del dropdown en el menu.
necesito ayuda por favor.Gracias