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:
How do I change the color of that part?
Thanks,
Arnaud
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:
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!