• Resolved guy1407

    (@guy1407)


    Hi.

    I am trying to figure out how to change the color of the sub menu.
    I selected “Gray” from the Color Schemes menu.
    But I do not like the white background on the currently hovered menu.

    Please tell me where/how in the CSS it can be done

    Thanks
    Guy

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author puneetsahalot

    (@puneetsahalot)

    You can add the following code to Custom CSS section in Theme Customizer

    .main-navigation ul ul a:hover {
    color: #hex-color-code-for-text;
    background: #hex-color-code-for-hover-background;
    }

    present code is:

    .main-navigation ul ul a:hover {
    color: #42A2CE;
    background: #fff;
    }

    Thread Starter guy1407

    (@guy1407)

    Firstly , thanks for your reply.

    It might be true, but in any case I already found the solution:
    The CSS includes configuration for each color you select.
    I already removed the theme so I don’t remember the exact name, but it’s something like “setting-gray” “setting-black” “setting-colorx” “setting-colory”
    So that is the correct location to do it.

    Have a nice day
    Guy

    Theme Author puneetsahalot

    (@puneetsahalot)

    Yes, for each color scheme there’s a theme-name-color class which changes the colors.

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

The topic ‘Change sub menu color’ is closed to new replies.