Hello @ionsar23 , The theme does not offer a built-in option to modify the background color of dropdown menus. However, you can achieve this by applying custom CSS. Please insert the following code into the “Additional CSS” section:
.header-wrapper .main-navigation ul ul.sub-menu li > a, .header-wrapper .main-navigation ul ul.children li > a {background: #E11C1C;}