• Hello,
    I have searched around for ways to change the color of both normal and then highlighted. Adding the code to custom css is not working is there a new way?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter bmdenison

    (@bmdenison)

    Bdenn.com

    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

    Thread Starter bmdenison

    (@bmdenison)

    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

    Thread Starter bmdenison

    (@bmdenison)

    I see thanks.

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

The topic ‘Home Icon Menu Color’ is closed to new replies.