Home › Support Forums › Theme Support › Enlightenment › Submenu not showing AND Sidebars not able to be edited › Reply To: Submenu not showing AND Sidebars not able to be edited
Daniel Tara
Keymaster
You custom CSS code is missing a closing bracket:
.navbar-inverse { background: #fff;
Should be:
.navbar-inverse { background: #fff; }