Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1
    Join Date
    Jun 2006
    Posts
    28
    Plugin Contributions
    0

    Default Header image behind my logo?

    Hi everyone

    This will be a dumbarse question I am sure, but please be nice to me!

    I have been trying for hours to get my logo on my site, and I have somewhat succeeded, however there is still an image behind it. Is there anyway I can put a border around it or add a bar or something to seperate it from the rest of the page?

    See here: www.maternit-ewest.com.au/store

    Also, can anyone tell me how to change the font that "New Products for June" and "New Products" (sidebox) so that they are the same as the other side box headings?

    Shoot I have just realised that there is also an error with the headers when I click on the product category 'Must Haves'... could this be my logo causing a problem?


    Thanks so much!

    Alana

  2. #2
    Join Date
    Jun 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Header image behind my logo?

    Problem solvered

  3. #3
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Header image behind my logo?

    Please expand on *how* you solved the problem as it might help someone else in the future.

  4. #4
    Join Date
    Jun 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Header image behind my logo?

    Oops sorry Kim, forgive me.

    Well what I did was create in Paint Shop Pro a transparent image that was the same size as includes/templates/my_template/images/header_bg.jpg, saved this image with the same name, and then uploaded it and overwrote the existing image. The problem I think was that my logo was smaller than header_bg.

    I am not saying this is technically correct or anything, but it worked so I'm happy.

    The sidebox headings I changed in the same way, created paint shop pro images the same size as includes/templates/my_template/images/sidebox_top.gif in the colour I wanted and overwrote the existing ones.

    As for the error when I clicked on the category 'Must Haves', I think it must have been the quotation marks causing the problem as the other categories don't have the same error. I am off to remove the quotes and try right now....

    Big thanks to everyone who looked at this thread for me

  5. #5
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Header image behind my logo?

    Hi wowzah

    Firstly, well done on finding your own solution. It's good to see new users "having a go".

    If you face this problem in future you may find it easier to go to your stylesheet where, for example, you will find
    #logoWrapper {
    width:770px;
    height:110px;
    background-image:url(../images/header_bg.jpg);
    background-repeat:no-repeat;
    }
    and remove the references top the background image that I have marked in red.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #6
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: Header image behind my logo?

    Quote Originally Posted by kuroi
    Hi wowzah

    Firstly, well done on finding your own solution. It's good to see new users "having a go".

    If you face this problem in future you may find it easier to go to your stylesheet where, for example, you will findand remove the references top the background image that I have marked in red.
    Can you tell me where i can find this find to add/edit this?
    THanks

  7. #7
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Header image behind my logo?

    Quote Originally Posted by kimsonvu
    Can you tell me where i can find this find to add/edit this?
    Your stylesheet(s) should be in a directory called includes/templates/YOUR_TEMPLATE_NAME/css. But what they are called and how many of them you have will depend on what template you are using. However, most templates will have something similar to the styles I marked in red above.

    If you post a link to your site, we would be able to tell you exactly what you are looking for and where.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  8. #8
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: Header image behind my logo?

    Quote Originally Posted by kuroi
    Your stylesheet(s) should be in a directory called includes/templates/YOUR_TEMPLATE_NAME/css. But what they are called and how many of them you have will depend on what template you are using. However, most templates will have something similar to the styles I marked in red above.

    If you post a link to your site, we would be able to tell you exactly what you are looking for and where.
    This is my site:
    www.kimson-handicraft.com

    I think i use template DF.I see this when i open stylesheet file:

    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
    }

    Is that right for edit logo width ?

    Thanks

  9. #9
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Header image behind my logo?

    Quote Originally Posted by kimsonvu
    I think i use template DF.
    You're actually using the classic template and so the styles you need are in your includes/templates/classic/css/stylesheet_original.css file. Specifically:
    TABLE.header {
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;

    background-color: #ffffff;
    border-right: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    }
    However, given that you are at a very early stage of developing your site, I would recommend switching to a template_default-based template to save you grief later.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  10. #10
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: Header image behind my logo?

    Quote Originally Posted by kuroi
    You're actually using the classic template and so the styles you need are in your includes/templates/classic/css/stylesheet_original.css file. Specifically:However, given that you are at a very early stage of developing your site, I would recommend switching to a template_default-based template to save you grief later.
    Okie i see that,can i add this to that file?

    #logoWrapper {
    width:770px;
    height:110px;
    background-image:url(../images/header_bg.jpg);
    background-repeat:no-repeat;
    }

    and remove TABLE.Header ?


    I have a header_bg.jpg ,it's include my logo.I just try to add header_bg or logo and i don't want to see 2 pic at a time.

    Thanks for your help

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Add an image behind the search in header
    By Muzz in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 12 Apr 2010, 08:23 AM
  2. Default image locateed behind logo in classic template.
    By picowico in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Feb 2010, 05:12 AM
  3. changing image behind logo
    By bakaguyjean in forum Basic Configuration
    Replies: 2
    Last Post: 23 Dec 2009, 05:47 PM
  4. Image behind ezpages header links?
    By webgalore in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Sep 2008, 01:35 AM
  5. Header image partially hidden behind page content
    By brennon in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 May 2007, 08:21 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