• Page 1 of 2
  • 1
  • 2
  • »
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #853 goes here
Everything about design #853 goes here
Taty
Posts: 10
Reputation: 0

Message # 1 | 2:27 AM
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!
Animorph
Posts: 2856
Reputation: 189

Message # 2 | 9:15 AM
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 smile


To busy building a passive income online ;)
Taty
Posts: 10
Reputation: 0

Message # 3 | 4:09 PM
Animorph and Natashko, thank you very much!
roko
Posts: 24
Reputation: 0

Message # 4 | 4:09 PM
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
i managed to change the image but i appears so small in the upper left corner of the block
so how do i make it fit to the block ???
P.S i edited the CSS style sheet.

Dartz
Posts: 1931

Message # 5 | 4:10 PM
You seem quite smart, then why you didn't provide template number?
I cannot guess about which template you are talking. Templates differ.

[... With uCoz since December 2 2007 ...]
roko
Posts: 24
Reputation: 0

Message # 6 | 4:10 PM
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
isn't just about CSS codes ? and locating where the image url is in the code and changing it ?

Dartz
Posts: 1931

Message # 7 | 4:10 PM
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
making any modifications, then it might be difficult to make it appear how you
want. Provide the image or the link to your website. Explain me where you want
it to appear. I believe I will be able to offer you solution if the thought is realistic.

Please be specific as much as possible.


[... With uCoz since December 2 2007 ...]
roko
Posts: 24
Reputation: 0

Message # 8 | 4:10 PM
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
because the photo colors does not fit with the template (and i really like the template)
so i'll wait till i make a new one

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 ???

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

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 ?

Dartz
Posts: 1931

Message # 9 | 4:10 PM
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 ???
It's not cut into several parts. It's one big header-body-background image.

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
CP -> Customize Design -> CSS.

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 ?
Favicon: http://forum.ucoz.com/forum/6-6836-1

[... With uCoz since December 2 2007 ...]
roko
Posts: 24
Reputation: 0

Message # 10 | 4:10 PM
how do i move that navbar a few millimeters down ???
in fact what code should i modify to move in item in the page ?
Dartz
Posts: 1931

Message # 11 | 4:11 PM
Quote (roko)
how do i move that navbar a few millimeters down ???

CP -> Customize Design -> CSS.

Find:
#navBar {text-align:right;}

Add:
#navBar {text-align:right;padding-top:90px;}


[... With uCoz since December 2 2007 ...]
roko
Posts: 24
Reputation: 0

Message # 12 | 4:11 PM
how can i insert an image below the site menu :X ?
i need details on how to do it
Dartz
Posts: 1931

Message # 13 | 4:11 PM
CP -> Customize Design -> Site Pages.


Find: <!-- </sblock_menu> -->

After it place: <br><img src="image.png" border="0">

Result:
<!-- </sblock_menu> --><br><img src="image.png" border="0">


[... With uCoz since December 2 2007 ...]
roko
Posts: 24
Reputation: 0

Message # 14 | 4:11 PM
it worked well, but the image was added above the menu not beneith it :S
how do i add it under the menu ?
Dartz
Posts: 1931

Message # 15 | 4:11 PM
Um? It is under the menu... Are you sure you followed my steps exactly?
[... With uCoz since December 2 2007 ...]
uCoz Community » For Webmasters » Design Customization » Everything about design #853 goes here
  • Page 1 of 2
  • 1
  • 2
  • »
Search: