|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #925 goes here! (Design, Template 925) |
Everything about design #925 goes here! |
firedauz, from what I can see of your site's CSS is you change this
Code div#logo {width:758px;height:43px;margin-left:auto;margin-right:auto;background:url('/.s/t/925/5.jpg') no-repeat;text-align:right;padding-right:40px;padding-top:100px;} *html div#logo {width:798px !important;height:143px !important;margin-left:11px;margin-right:11px;} to this Quote div#logo {width:758px;height:43px;margin-left:auto;margin-right:auto;background:url('Your Image Goes Here') no-repeat;text-align:right;padding-right:40px;padding-top:100px;} *html div#logo {width:798px !important;height:143px !important;margin-left:11px;margin-right:11px;} You will change your image. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Quote (Paradox) div#logo {width:758px;height:43px;margin-left:auto;margin-right:auto;background:url('/.s/t/925/5.jpg') no-repeat;text-align:right;padding-right:40px;padding-top:100px;} *html div#logo {width:798px !important;height:143px !important;margin-left:11px;margin-right:11px;} I'm sorry sir, there's no such thing in my CSS. |
firedauz, I've just had a second look and the image you are trying to change is made up of multiple parts. To successfully change the image you would have to take the image you wish to change it to and slice it into multiple parts that match the sizing of the styles. This sounds like a long process but it shouldn't take too long.
And that style is in your CSS in the fourth style down. To access your CSS open Control Panel > Design > Design customization (CSS) Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||
| |||