Hi, how can I hide the image from the wpml menu in css? I’m using images on the submenus, but I wish they weren’t visible in the language selector. Image on “apartments” are ok. Can you help me please?
website is staging.baitgiobbe.com

Hi, how can I hide the image from the wpml menu in css? I’m using images on the submenus, but I wish they weren’t visible in the language selector. Image on “apartments” are ok. Can you help me please?
website is staging.baitgiobbe.com

Hi @dcheese,
To remove the image from WPML menu, please try adding this custom CSS under Theme Options > CSS:
.wpml-ls-item .x-image {
display: none;
}
Hope it helps 
works great! thank you
Glad to hear that. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.