badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Header Logo

Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #11504
    #11549

    Hi John,

    Could you please provide us your site url so that we can have a look to your site and reply to the exact issue?

    Regards,
    Theme Horse

    #11668
    John
    Participant

    http://www.olympiacoschicago.com

    As you can see the header logo is a GIF image but it shows as white instead of being transparent. For whatever reason it turns the background of the image to white…

    #11705
    John
    Participant

    Any ideas?

    #11712

    Hi John,
    Using gif file is not transparency. You need to remove the white background from Photoshop. So you are getting the white background.

    Thank you!

    #11713
    John
    Participant

    We have tried this with both GIF and PNG and still no dice. We have done transparent images 1000 times before with no problem. These are notes from our designer that might help you.

    Just had a quick look, it’s going to take a bit of work, need to change the site structure a little bit as the background colour is actually from the whole wrapper and not the header div itself. If you make the wrapper transparent, the header BG disappears but so too does the rest of the site white background.

    #11754

    Hi John,

    You have set the header image with black background. We haven’t seen any white background in your logo. Did you solve your issue OR still need help.

    Thank you!

    #11759
    John
    Participant

    Still need help. I had to change the image so that it looked fine on the website. I could not have my customers look at a a white background. I would recommend you use a transparent logo and test on your theme. Did you see my notes form my designer? Please resolve as this is needed. Thank you!

    #11789
    John
    Participant

    Can you please help?

    #11812
    John
    Participant

    Hello – Is anyone looking at this? I would not think I am the only having this problem?

    #11827

    Is your issue solved? If not then let us know and also clarify the exact issue we are confuse what you are trying to do with the header imnage? Also we have seen a different header image on your site than before and it was nice too.

    Thank you!

    #11850
    John
    Participant

    I think I answered this already in my previous posts but here it goes again:

    Still need help. I had to change the image so that it looked fine on the website. I could not have my customers look at a a white background. I would recommend you use a transparent logo and test on your theme.

    We have tried this with both GIF and PNG and still no dice. We have done transparent images 1000 times before with no problem. These are notes from our designer that might help you.

    Just had a quick look, it’s going to take a bit of work, need to change the site structure a little bit as the background colour is actually from the whole wrapper and not the header div itself. If you make the wrapper transparent, the header BG disappears but so too does the rest of the site white background.

    #11896

    Hi John,

    Yes there is the background in the whole container.
    To remove the white background Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .wrapper {
        background-color: none;
    }

    Now your whole background will be transparent (none). If you need the background color for different sections add it via theme option.

    Hope now this helps to you to have a transparent logo on your header.

    Thank you!

    #11898

    Also do not add the background for header as it needs to be transparent. Add this CSS code in custom CSS to have a background color for navigation.

     .hgroup-wrap {
        background-color: #fff;
    }

    Hope this solve your issue.

    Thank you!

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.