No problem. Wasn’t sure what I needed to do differently. Thanks.
What do you mean? It was in direct response to someone looking up the link that is outdated.
Here is the update to that link posted as bvcounseling.org/wp: http://getgoodcounsel.org
The site went live last night.
I found this CSS to remove the top breadcrumb menu and it worked on zeeCompany:
#topnavi {display: none;}
Then I added this to tighten up the spacing around the logo
#logo img {
margin: 0px 0px 0px 0px;
border: 0;
}
the site I am working on: http://www.bvcounseling.org/wp
zeeCompany has a CSS Options panel under Theme Options/General.
Use this instead of changing the css file under Editor, because if you run an update it will revert back to the original.
I hope this helps! It took me about a month to figure this out. Thanks to all the coders out there for posting tips!