Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2007
    Posts
    43
    Plugin Contributions
    0

    Default How do you remove this bar?

    On the template I set up via the directions in the FAQ, there is a dark orange bar with the word home. Its under a grey bar that has the catagories listed. How do I remove the orange bar? I've looked everyware and can't figure this out.
    Thanks!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How do you remove this bar?

    Post a url to this orange bar

  3. #3
    Join Date
    Mar 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: How do you remove this bar?

    Ooop sorry I thought I did. Here is a link to my test site.

    Homestead Acres

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How do you remove this bar?

    In your stylesheet.css file located at includes/templates/template1/css this is what you have:
    Code:
    #navBreadCrumb {
    	background-color: #cc9900;
    	}
    
    #navEZPagesTop {
    	background-color: #ffff33;
    	}
    
    #navBreadCrumb, #navEZPagesTop {
    	font-size: 0.95em;
    	font-weight: bold;
    	margin: 0em;
    	padding: 0.5em;
    	}
    Re-group this to be like this with the changes:
    Code:
    #navBreadCrumb {
    	background-color: transparent;
    	font-size: 0.95em;
    	font-weight: bold;
    	margin-left: 1em;
    	padding: 0.5em;
    	}
    
    #navEZPagesTop {
    	font-size: 0.95em;
    	font-weight: bold;
    	margin: 0em;
    	padding: 0.5em;
    	}

  5. #5
    Join Date
    Mar 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: How do you remove this bar?

    Thank you worked great!

  6. #6
    Join Date
    Mar 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: How do you remove this bar?

    I was just looking at the site again...I didn't see it last time, but the bar is gone but the word "home" is still their were the bar was. It was so small I didn't see it before. I can't find were to delete that.

  7. #7
    Join Date
    Feb 2007
    Location
    Calabasas, CA & St. Pete, FL
    Posts
    117
    Plugin Contributions
    0

    Default Re: How do you remove this bar?

    Quote Originally Posted by HomsteadMom View Post
    I was just looking at the site again...I didn't see it last time, but the bar is gone but the word "home" is still their were the bar was. It was so small I didn't see it before. I can't find were to delete that.
    In Admin, go to Configuration > Layout Settings. About the fourth one down is the breadcrumbs thing. Set it to off if you don't want to use it, or "2= Off for Home Page Only" to have just that random "home" taken off.
    -James Starting from scratch!
    Started out w/ZenCart 1.3.7 (No upgrades)
    http://www.nomadicmoto.com/
    Review my site here: http://www.zen-cart.com/forum/showthread.php?t=63630

  8. #8
    Join Date
    Mar 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: How do you remove this bar?

    Thank you very much!

 

 

Similar Threads

  1. navCatTabs question - How do I remove this bar?
    By mtimber in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Aug 2008, 05:05 PM
  2. How do you remove this header
    By mpence in forum General Questions
    Replies: 8
    Last Post: 29 Jan 2007, 12:16 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg