Removing Image From Main Nav Dropdown Menu

Im trying to get rid of the large image that comes up on the main nav dropdown menu as you hover over the specific menu tabs, for example "accessories".

I don't want to remove the image from the specific category options. Because doing this will also remove the picture from the mobile version.

Is it possible to deactivate the image from coming up only on the main menu dropdown?

check www.faithsattic.com for example.

Hi,

try to add

display: none;

to css

.tygh-header .main-menu .ty-menu__items li.first-lvl .ty-menu__submenu .category-image

Awesome worked, thanks.

You'r welcome.