Change Color Of Extended Top-Menu

Hello,

I see I can change the color of the main menu with changing ty-menu__items CSS.

However I see that left and right of the menu there are still other colors. See below:

https://prnt.sc/yuudw5

How do I change the color of that part?

Thanks,

Arnaud

Try to add additional style

.tygh-content .top-menu-grid {
    background: red;
}

Many thanks! Works!