• Hi,

    I’m trying to change the color of the icon menu on the homepage, right now I would like to flip it from using #ad0000 as the hover color and instead use it as the background color before hover. I would like to then have the hover color set at #555.

    Thanks,
    Andrea

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey, try pasting this in your custom css box in theme options > advanced settings:

    .home-iconmenu a {
    background: #ad0000;
    }
    
    .home-iconmenu a:hover {
    background: #555;
    }

    Hope that helps!
    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Home Icon Menu Colors’ is closed to new replies.