How to remove 'add menu' altogether?
-
Hi, I am using WordPress 4.1.1 and Customizr Pro 1.0.12.
I am using the site just to show the most recent posts and wish you remove the navigation from the header. I tried to add to the child theme’s style.css to remove the navigation by doing this:
https://gist.github.com/monthypython/e6809f470846d4dedacb
// Remove navigation .navbar .nav>li>a { display: none; }
But it is not working. The stylesheet doesn’t seem to cascade down correctly, what am I missing? Please kindly advise.
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to remove 'add menu' altogether?’ is closed to new replies.