What color are you wanting to change it?
For example non-hover you can add this css in your theme options > advanced settings:
.home-iconmenu .home-icon-item, .home-iconmenu a {
background-color: blue;
}
The hover color is based on what you select for your primary color in your theme options > basic styling.
Kadence Themes
Yes thanks!! So right now I have the following code:
.home-iconmenu .home-icon-item, .home-iconmenu a {
background-color: #000000;
}
.home-iconmenu .home-icon-item:hover {
background: #008c6b;
}
So your saying I should remove the second half and change the color in basic styling.
Thats up to you. If you want your primary color to be different from the hover color of your icons then you should use css.
Kadence Themes