|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #799 goes here |
Everything about design #799 goes here |
Hello,
I am trying to create a new banner for my website, which I have succeeded in doing so. This is the link to my site. http://comeatmebro.ucoz.com/ The problem is the original banner is still underneath the new banner, so when you go to the website my banner loads, but before it loads you can see the old banner peaking through. This is the image I want to remove http://s57.ucoz.net/.s/t/799/4.jpg and I have no idea how to, I've looked through almost everything, I tried deleting <div id="header"> and that worked, but it leaves a space in between the banner and the body which I can not fill with anything and I do not like the look of it. If someone could help me out that'd be greatly appreciated thank you. Design #799 Added (2012-09-06, 11:23 AM) --------------------------------------------- Also, when I try to change the text color to white so its not that icky gray, it turns the whole page to white and distorts it :\. Post edited by Test2916 - Thursday, 2012-09-06, 5:22 PM
|
Out of 400+ views in less than 24 hours no one can help me?
Added (2012-09-07, 10:40 PM) Post edited by Duhchris - Friday, 2012-09-07, 7:42 AM
|
On your site I don't see any baner ,that is a "header picture" find in CSS this :
Code #header { clear: both; width: 1000px; height: 121px; background: url(/.s/t/799/4.jpg); margin: auto; text-align: left; font: 35px/110px 'Times New Roman'; color: #fcd211; } replace this /.s/t/799/4.jpg with your link of header picture "baner" |
I'm still not having any luck finding that, I went to "Design" then Clicked on "Design management CSS" I used the quick search tool to look for #header, I also used the search tool to look for /.s/t/799/4.jpg, I've looked through everything to find it, but I can't :\
I know exactly what you're talking about too, I just can not find it within the CSS to edit it within the control panel. Post edited by Duhchris - Saturday, 2012-09-08, 5:30 PM
|
Go to CP-->Customize Design-->Stylesheet (CSS) and you must find this part of code
Code /*--------------------- Header start ---------------------*/ #top { height: 24px; width: 100%; min-width: 1000px; background: url(/.s/t/799/1.png); } #top2 { height: 37px; width: 100%; min-width: 1000px; background: url(/.s/t/799/2.png); } #top2_block { width: 1000px; height: 37px; margin: auto; background: url(/.s/t/799/3.jpg); } #today { margin-top: 1px; color: #a86e49; background: black; font: 11px 'Tahoma', 'Arial'; float: left; padding: 0px 10px; border-radius: 2px; -moz-border-radius: 2px; } #tm { margin-top: 1px; color: #a86e49; background: black; font: bold 11px 'Tahoma', 'Arial'; float: right; padding: 0px 10px; border-radius: 2px; -moz-border-radius: 2px; text-transform: uppercase; } #tm a { color: #f8e048; } #header { clear: both; width: 1000px; height: 121px; background: url('there-put-link-of-picture'); margin: auto; text-align: left; font: 35px/110px 'Times New Roman'; color: #fcd211; } I'm using firefox style editor to found this code ! |
| |||
| |||