• Resolved reszkov

    (@reszkov)


    Hi i would like to change background for icons on home page,

    [IMG]https://i.imgur.com/c2zVTjJ.jpg[/IMG]

    Is there an easy way to do it ?

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

    (@hannahritner)

    Hey, you can use this to change the background color:

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

    And this for the hover background:

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

    Just paste it into your custom css box in theme options > advanced settings.
    Hope that helps!
    Hannah

    Thread Starter reszkov

    (@reszkov)

    that did the trick. Thx Hannah ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icon Background color change’ is closed to new replies.