• Resolved kengray20

    (@kengray20)


    How do I change the background on the menu of my mobile theme.

    My theme colour is dark blue and I’d hate to have to change it.

    The mobile theme has a dark grey almost black background so dark blue doesn’t show up.

    Is it possible to change the background to a lighter colour?

    Or can I change the type there without changing the main theme colour.

    Thank you in advance.

    Ken Gray bulldogottawa.com

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can try this custom CSS code below

    
    @media screen and (max-width: 991px){
      .has-banner .main-navigation {
        background-color: #010054;
      }
      .main-navigation a {
        color: white;
      }
    }
    

    Add the code to Customize > additional CSS

    Thread Starter kengray20

    (@kengray20)

    awanrmb

    Many thanks. It works.

    cheers

    kgray

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change type or menu of mobile theme’ is closed to new replies.