Home Forums Theme support Can't change the color of the Menu in Theme Violet

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 2 years, 5 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • I want to change the color from #FAA866 to #ed1c24.
    I set the background menu color to #ed1c24.
    However, the result is a bigger box with #FAA866 contain a small box of #ed1c24.
    Can you please let me know how to remove the outer box around the menu, or change its color to #ed1c24. Thanks!

    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.

    That works. Thanks!

    You are welcome! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.