Removing Navigation Bar w/ child theme
-
Hey everyone, So I’m trying to remove the navigation bar from the top of one of my wordpress sites. Im using multi-site, all of which are using the blueprint theme, so I’m using a child theme to remove the nav bar from just one site.
The issue is that my child theme seems to just destroy the theme, gets rid of all of the images and just generally destroys the formatting.
Right now I have the theme active on the network and have no issues seeing it, but when I preview the theme is when I have issues.
Currently I have style.css using just the call;
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
I also tried using this code in my style.css rather than editing the header.php, but i had the same results and thus went on to header.php
.navcontainer{display:none;}
- The topic ‘Removing Navigation Bar w/ child theme’ is closed to new replies.