Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #853 goes here |
Everything about design #853 goes here |
Hi!
Can you please advice me how to change the header picture and background in the design 853? And one more question about coding: how to make pictures in the blog or any other page of the website linked it to my shop, so when visitors press on a picture, it takes them to the certain page in the shop? Thanks for help! |
I am not busy with E-shop a lot so I don't know how it works but i can help you with changing the Header
Just go to : CP ---> Design ---> Design management (CSS) and find
Code #contanier {background:url('/.s/t/853/3.jpg') no-repeat #090F15;margin:0;padding:0;} change /.s/t/853/3.jpg it is a big image so if you want to know the resolution in pixels here: 1165 x 813 and that was it Best regards and good luck To busy building a passive income online ;)
|
first of all hi am new here and new into the webdesign world...
but not new at all into the programming world (java, C/C++, VB on the way...) andi study network engineering and system administration + CCNA 1, CCNA 2 certificate... newly enroled in CCNA3 am trying to change the backgroung in my template |
ok sorry, thought it was CSS related more then it's related to the template it self
anyway it's template number 853 and onther question if i choosed another template later, does it mean that there is another way to change the background in the template |
Background isn't an image but a colour. CSS
body {background:#090F15;margin:0;padding:0;} The image you changed is part of the header. If you replaced it straight without Please be specific as much as possible. [... With uCoz since December 2 2007 ...]
|
well, i played arround with the codes and came out with the result that you said
the header (top right part top left .....) i kinda started to understand the concept i just need to leanr some CSS and about the image i think that i'll stick with the original design but another question, the header image is cuted into several part as i noticed and another question (sorry if i have alot of question) and my last question (for today :P) |
Quote (roko) but another question, the header image is cuted into several part as i noticed assuming that i have an image and i want to cut it and replace each part how do i cut it ? according to what dimenssions ???
Quote (roko) and another question (sorry if i have alot of question) in template 853 the Main, My profil , RSS... button have a white background, how do i make it transparent so the header image appears behind it Find: #navBar a {background:#FFFFFF;padding:2px 5px} Remove: background:#FFFFFF; Quote (roko) and my last question (for today :P) in firefox, in the tab button a logo for the site appears, how do i change that ? for example the F logo for facebook or the U thingy for ucoz ... can we change that ? if yes, then how ? [... With uCoz since December 2 2007 ...]
|
| |||