Home › Forums › Theme support › Can't change the color of the Menu in Theme Violet › Reply To: Can't change the color of the Menu in Theme Violet
Hi, you are right, there is a bug in the theme options, we will fix this as soon as possible. In the meantime you can use this CSS code to fix the problem:
#menu-main_container {
background-color:#ed1c24 !important;
}
Add this code to the end of your style.css file.