remove menu bar
-
the csss provided by thesacredpath to remove the menu bar doesn’t seem to work with visual theme… ?? Is that correct, is there another way ?
The blog I need help with is: (visible only to logged in users)
-
Each theme uses its own selectors, so a code that’s designed for a certain theme won’t work on a different theme. On Visual you need this:
.navigation-main {
display: none;
}By the way, removing the top menu is also possible without CSS editing.
-
- The topic ‘remove menu bar’ is closed to new replies.