• Dddt

    (@dddt)


    hello friend
    I am trying to remove the grey background from home icon menu, but no luck. i have tried many options but still cannot rid of that grey background color, i would like to have either transparent or at least white, how can I fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey, this css should work:

    .home-iconmenu a {
      background: transparent;
    }

    Just paste that in your custom css box in theme options > advanced settings.

    Hannah

    Thread Starter Dddt

    (@dddt)

    it worked, thanks, what if I want white color, not transparent?

    hannah

    (@hannahritner)

    .home-iconmenu a {
    background: #fff;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘remove grey background from home icon menu’ is closed to new replies.