Main menu alignment, display, and background-color

I am working with this layout/theme: https://themes.muffingroup.com/be/interior4/. I am trying to do three things with the main menu:
  1. left align the menu instead of center align
  2. make sure the sub menu stays open when you click a page
  3. change the background color of the menu side bar to #eeeeee
Can you tell me how to add custom CSS to do that (or if that's even the right answer)?

Comments

  • Hi,
    1) Paste that code into the Theme Options > Custom CSS & JS > CSS
    .menu-item a{
    text-align:left !important;
    }
    2) Unfortunately, it's not possible.
    You would have to edit theme files to achieve that, but we do not support such theme modifications.
    3) You have to tick off the transparent option from header and top bar in Theme Options > Global > General
    Then, you'll be able to change the color of the header in the Theme Options > Colors > Header exactly it's the "Top Bar Left | Background"

    Thanks
Sign In or Register to comment.