Background for submenues

I am working again with X and cornerstone.
I choosed white color for the font of the menu.
Unfortunately the backgroundcolor for the boxes in which the subenues are shown, is also white.
So this is not readable.

What do you suggest? I can hardly change the font color and I cannot eather change the appearance of the whole design into dark.

Is there any code for just coloring the small boxes for the submenue?

ALexandra

Hello Alexandra,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS to change submenu background color:

.desktop .sub-menu {
    background-color: #ddd;
}

Please change the color code as per your preference.

Thanks.

Thanks. It worked.

1 Like