Page 1 of 6 123 ... LastLast
Results 1 to 10 of 55
  1. #1
    Join Date
    Jul 2007
    Location
    Long Island NY Now Casa Grande Arizona
    Posts
    31
    Plugin Contributions
    0

    Default Stylesteet help needed

    Hi I'm new to zen and I'm trying to find this


    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:24px;
    }




    is my stylesheet and it's not there, I know I can add the text but I don't know where in the stylesheet to add this

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:24px;
    }


    what line does this go?




    thanks so much
    AG

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Stylesteet help needed

    Quote Originally Posted by agstores View Post
    Hi I'm new to zen and I'm trying to find this


    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:24px;
    }




    is my stylesheet and it's not there, I know I can add the text but I don't know where in the stylesheet to add this

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:24px;
    }


    what line does this go?




    thanks so much
    AG
    It doesn't matter where it goes in the stylesheet... it can go anywhere. I usually try to put stuff in a similar order as to where it occurs on the site, or nearby similar css, but it can go anywhere.

  3. #3
    Join Date
    Jul 2007
    Location
    Long Island NY Now Casa Grande Arizona
    Posts
    31
    Plugin Contributions
    0

    Default Re: Stylesteet help needed

    thank you

  4. #4
    Join Date
    Jul 2007
    Location
    Long Island NY Now Casa Grande Arizona
    Posts
    31
    Plugin Contributions
    0

    Default header Problem

    hi

    I'm tryng to get my header to fit to the page but it's sitting to the left and I don't know how to fit it ti the page.

    Also I can't get rid of the top gray line that says login



    thank you
    AG

  5. #5
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Re: Stylesteet help needed

    I am not sure what you want to do. If you want your header to be in the middle change the following code in your css

    #logoWrapper{
    background-image: url(../images/your_header.gif);
    background-position:center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    height:105px;
    }

    For the login bar change the colour here:

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #0000cc;
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    }
    'E-Start your web store' book - I Got it and now ..... I GET IT !....Well alot more of it anyway (-:

  6. #6
    Join Date
    Jul 2007
    Location
    Long Island NY Now Casa Grande Arizona
    Posts
    31
    Plugin Contributions
    0

    Default Re: Stylesteet help needed

    thank you I got the header problem taken care of now I'll work on the loginbar next it's hard ther's so much info and I haven't gotten my book yet it's on it's way
    this is what I did to fit my header

    #logoWrapper {
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:119px;
    width:100%;
    background-position: top center;
    }
    #logo {
    width:100%;
    text-align:center;
    }


    AG

  7. #7
    Join Date
    Jul 2007
    Location
    Long Island NY Now Casa Grande Arizona
    Posts
    31
    Plugin Contributions
    0

    Default Re: Stylesteet help needed

    I tried your fix for the gray bar it just changed colors from gray to blue

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #0000cc;
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    }



    http://ag-stores.com/zencart/index.php?main_page=



    AG

  8. #8
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Re: Stylesteet help needed

    That was an example #0000CC is blue.
    What colour did you want?
    You will need to put the appropriate colour code in it.
    Or do you want to get rid of the whole thing?
    'E-Start your web store' book - I Got it and now ..... I GET IT !....Well alot more of it anyway (-:

  9. #9
    Join Date
    Jul 2007
    Location
    Long Island NY Now Casa Grande Arizona
    Posts
    31
    Plugin Contributions
    0

    Default Re: Stylesteet help needed

    Iwould like to get rid of the whole thing for now

  10. #10
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Re: Stylesteet help needed

    Well I am always reluctant to delete things but try deleting the text:
    #navMainWrapper

    Leave all the rest and see if that does it.
    'E-Start your web store' book - I Got it and now ..... I GET IT !....Well alot more of it anyway (-:

 

 
Page 1 of 6 123 ... LastLast

Similar Threads

  1. help needed
    By mythcastle in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 Apr 2010, 02:43 PM
  2. Help needed - help on ways to increase zen website performance
    By sgallasch in forum General Questions
    Replies: 1
    Last Post: 22 Jul 2009, 11:01 PM
  3. Help with paypal IPN (urgent help needed!)
    By roy(irishtaxi) in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 10 Jun 2008, 07:06 AM
  4. HELP NEEDED - Shipping Price Help
    By sgallasch in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Jan 2008, 12:25 PM

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