[theme: twenty eleven] how to remove the main horizontal bar
-
I am trying to remove the black navigation bar from my blog (i am using a child theme), https://bcrrental.com/blog. So far, I have removed the search box that was within the navigation bar, but now the navigation bar is still there and a link to the “HOME” page, (by the way, I don’t have a home page set-up in the themes menu; I don’t know how its even there?) Therefore, (1) how do I remove the home page link, (2) how do I remove the navigation bar?
Below are the codes I have copied to the child theme/*
Theme Name: twentyeleven-child
Description: Child theme to the twentyeleven theme
Author: mel
Template: twentyeleven(optional values you can add: Theme URI, Author URI, Version)
*/@import url(“../twentyeleven/style.css”);
#branding #searchform {
display: none; !important;
}
#nav_menu {
display: none; !important;
}
#access {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; !important;
}
- The topic ‘[theme: twenty eleven] how to remove the main horizontal bar’ is closed to new replies.