• On my top bannor where my logo is, the backround on my theme has a fade. When I put it in I see the white border around the logo standing out on the theme. Does anyone know how to put the logo up with no backround so it does not alter the theme fade?

Viewing 10 replies - 1 through 10 (of 10 total)
  • You need to post a link to your site so people can understand what you are asking.

    Thread Starter goodtimesny

    (@goodtimesny)

    worldsmostfamousblog.com/wordpress/

    I am using a theme I downloaded but I want to know how to put the logo up over the fade so it looks original. I posted the header up but you can see the white area around the logo. Is their a way to do this?

    Thread Starter goodtimesny

    (@goodtimesny)

    Also, is there a a way to make the links on each post I make bigger?

    my site is worldsmostfamousblog.com/wordpress/

    I don’t see the white edge in Firefox. If you are looking at it in IE6 and using a PNG image, then it may be the way IE6 doesn’t handle PNG transparency well. Google ‘IE6 PNG fix’ or something similar for a workaround.

    The size of fonts is set in the CSS stylesheet. If you run Firefox there’s an add-on called Firebug that lets you inspect the CSS and HTML to see which part of the CSS is controlling which text.

    Thread Starter goodtimesny

    (@goodtimesny)

    awsome…thanks for the idea with firefox

    As far as the image, im taking a logo from photoshop, uploading it to photobucket and hosting it from there. Then I am taking the code and puting it in the header area in the design section…is this the right way

    That’s one way to do it. ??

    I think most people would use a FTP client like Filezilla and upload it to their site, then link to it. Might load a little faster.

    Thread Starter goodtimesny

    (@goodtimesny)

    gotcha, but the problem is the original logo they had on the theme was really small and I cant seem to match the fadeing in the backround on the site with the backround on the logo unless I drop the logo really low then I can match the backround of the logo with the white logo on the page. Any idea on how to drop a logo in their with no backround so it goes right over the backround of the site?

    Thread Starter goodtimesny

    (@goodtimesny)

    By the way, I really appriciate you helping me =)

    That logo image is a JPG, so there’s no transparency like there would be if it’s a PNG. See if you can save it out of Photoshop as a PNG with no background.

    You could also get rid of the fade:

    body {style.css (line 12)
    -x-system-font:none;
    background:#FDFDFD <strong>url(images/background.gif) repeat-x scroll</strong> 0 0;
    font-family:Arial,"Trebuchet MS",Helvetica,Verdana,sans-serif;
    font-size:62.5%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.6;
    }

    Eh, the bold tag doesn’t work inside code tics, but that background GIF is probably the fade at the top of the page.

    Thread Starter goodtimesny

    (@goodtimesny)

    Thank you so much

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘help with banner on new theme’ is closed to new replies.