You can add this CSS to your site, and it will invert the menu colors as requested: @media all and (min-width: 800px) { .menu-primary { background: black; } ...
確定! 回上一頁