• Trying to get a custom css code for changing the colour of this bar for this mobile menu and none seem to be working.

    If you go to my website listed on mobile, menu you can see it is purple in the middle and i’m trying to get it to be black. if anyone knows how to do this, that would be great thanks!

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

Viewing 1 replies (of 1 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @hgholistics

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    @media screen and (max-width: 720px) {
      .toggle a {
        background: url(assets/images/responsive_menu.png) no-repeat right center 
        #000;
      }
    }

    Let me know if that does it.
    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘custom css for mobile background’ is closed to new replies.