Results 1 to 8 of 8

Hybrid View

  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
    Zen-Venom Get Bitten

  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;
    	}
    Zen-Venom Get Bitten

  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.

 

 

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