Mobile Menu Background

This topic is empty.

Viewing 1 reply thread
  • Author
    Posts
    • #2151


      Gemma
      Guest

      Hi there,

      I cannot for the life of me get the mobile menu to change from black to white.

      I’ve tried all the additional CSS going but it doesn’t seem to register for the Own Shop theme – can anyone help?

      Thanks

    • #2152


      Spiracle Themes
      Guest

      Hi Gemma,

      Try the CSS below:

      .hd-bar {
      background: #fff;
      }

      .hd-bar .side-menu ul.navigation > li > ul > li > a,
      .hd-bar .side-menu ul li ul li ul li a {
      color: #555;
      }

      .hd-bar .side-menu ul li {
      border-bottom: 1px solid #efefef;
      }

      .hd-bar .hd-bar-closer button {
      color: #555 !important;
      }

      @media only screen and (max-width: 767px) {
      .hd-bar .side-menu ul li a {
      color: #555;
      }
      }

      Copy and paste it in Appearance -> Customize -> Additonal CSS

      Let us know if you have any questions

      Best Regards

Viewing 1 reply thread

Reply To: Mobile Menu Background

Your information:




Cancel