• Resolved David_G

    (@questas_admin)


    I cannot figure out the correct selector for changing the color for the 3bar menu on mobile devices. I want to change it to black and hover to red. Thank You.

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter David_G

    (@questas_admin)

    Oh crap! now I see it, the extra bracket. This snippet is the only one where I have everything on the same line. I cannot believe I missed that. All fixed, Thanks…

    Thread Starter David_G

    (@questas_admin)

    I would have caught it had it looked like this…

    .navbar-inner a.social-icon {
    color:blue;
    }
    footer#footer .colophon  a.social-icon {
    color:blue;
    }

    There are 4 levels in SASS/Compass: Nested, Expanded, Compact, Compressed which are used in different environments Development>>>Production. Less whitespace means quicker download.

    Thread Starter David_G

    (@questas_admin)

    So what you are saying is if I use less lines my sites will load faster correct? What kind of difference will it make when my current child css is 424 lines and I reduce it by half or one third?

    there are developer tools if you really want to measure it. probably will be be milliseconds, but may help mobile.

    Thread Starter David_G

    (@questas_admin)

    Thanks for responding. I do appreciate the assistance.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘3bar button’ is closed to new replies.