Help please how to put colored background to the menu

Hello friends please help, how to place a colored background to this bar (menu space)

thanks

Hey Alberto,

Please add this code in X > Theme Options > CSS:

.home .x-navbar-inner {
    margin-top: 20px;
}

.home .x-navbar-inner .x-container.max {
    background-color: #fff;
    padding: 0 20px;
}

.home .x-navbar-inner .x-container.max ul li a {
    color: #33bbff;
}

Here are some related links for further reading:

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.