WordPress.org

Forums

[resolved] ZeeBusiness top navigation/site title area (5 posts)

  1. rkwinters
    Member
    Posted 7 months ago #

    I just started this wordpress site: http://www.southtexaspoodlestuds.com/

    Using zeeBusiness theme, and I cannot figure out how to remove the top navigation menu completely.

    I added this into the Custom CSS area offered by zee: #topnavi {display: none;}

    #logo img {
    margin: 0px 0px 0px 0px;
    border: 0;

    That removed the top navigation menu, but the area is still being populated by the 'Site Title.'

    I want the image to be flush with the top blue margin.

    Thanks.

  2. Hi rkwinters,

    You should be able to hide the whole header by adding this to your custom CSS area:

    #header {
    	display: none;
    }
  3. rkwinters
    Member
    Posted 7 months ago #

    Awesome, thanks a lot Drew. Worked perfect.

  4. Glad you got it sorted. Don't forget to mark your post as resolved :)

  5. rkwinters
    Member
    Posted 7 months ago #

    Resolved!

Reply

You must log in to post.

About this Topic