Change background color of nav bar

using the icon stack agency demo and I cannot find where to change the background color of my top nav bar

Hey @xamandamacx,

Please go to X > Theme Options > CSS:

Then find the code and change the value of the background-color.

.x-logobar, .x-navbar, .x-navbar .sub-menu, .x-colophon.top {
    background-color: #292a2c;
}

Hope this helps.

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