0
Welcome Guest! Login
0 items Join Now

SOLVED Mobile Menu icon color

  • SOLVED Mobile Menu icon color

    Posted 8 years 6 months ago
    • How do I change the color of the mobile menu icon or put a put a dark backround on it so that it can be seen better on devices?
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Mobile Menu icon color

    Posted 8 years 6 months ago
    • If this is a site that is online (just installed, dev or live) could you please supply a link in the Public or SECURE part of your reply so we can better diagnose the issue?
      It makes our suggestions more accurate if we see the actual coding of your site.
  • Re: SOLVED Mobile Menu icon color

    Posted 8 years 6 months ago
    • This message contains only secure information that is visible to DanG, moderators and administrators
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Mobile Menu icon color

    Posted 8 years 5 months ago
    • pheinrichs wrote:
      Access info provided.

      Try this, In your [JOOMLA-ROOT]/templates/rt_kraken/custom/scss/custom.scss (<--CLICK this is link) file add this:
      /** Small Screen Mobile Modes **/
      @media only screen and (max-width: 47.9375rem) {
        /* custom Toggle Hamburger */
        .g-offcanvas-toggle {
          margin-top: 0px !important;
          background-image: linear-gradient(to bottom, #F5AB63, #FDF5CA) !important;
          width: 50px;
        }
        i.fa.fa-fw.fa-bars {
            color: transparent;
        }
        .g-offcanvas-open .g-offcanvas-toggle {
          background-color: #2A4277;
          background-image: linear-gradient(to bottom, #FDF5CA, #F5AB63) !important;
        }
        .g-offcanvas-toggle .icon-bar {
          visibility: hidden;
          background-color: #eeeeee !important;
        }
        /*Add Menu text to responsive menu toggle button.  */
        .g-offcanvas-toggle:after {
          content:'Menu';
          float: left;
          font-size: 1rem;
          color: #000;
          font-weight: bold;
        }
        .g-offcanvas-toggle:after {
          margin-top: -28px;
          margin-left: 2px;
        }
        #g-header .g-container {
            text-align: center;
        }
      }
  • Re: SOLVED Mobile Menu icon color

    Posted 8 years 5 months ago
    • Thanks. That's excellent!

Time to create page: 0.054 seconds