• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » need help with design templates
need help with design templates
Nezzix
Posts: 6
Reputation: 0

Message # 1 | 6:37 PM
how do I change templates? I picked one then edited it and don't like it but I found one very similar and idk how to change templates. help?
steven4u
Posts: 81
Reputation: 8

Message # 2 | 7:25 PM
go to :
Control panel -- Settings -- Common Settings -- select design

A person who never made a mistake never tried anything new
Nezzix
Posts: 6
Reputation: 0

Message # 3 | 8:24 PM
thanks. now how do I change the color of the template? I found it earlier searching through forums and whatnot but now I cant seem to find it again.

Added (2014-05-30, 2:24 PM)
---------------------------------------------
I pretty much just want take template #791 and make the background black and all the text red but keep the piccture at the top. how do I do this??

3mr
Posts: 23
Reputation: 0

Message # 4 | 10:57 PM
Nezzix, you can do all things you want from css at your pannel

you need experiense at html ,css

for example :you can change the back ground color with :
Code
background-color:the color you want;
-that is css code put it
between <style type="text/css"> and </style> to be that

Code
<style type="text/css">  

body{
background-color:red;

}

  </style>


you will find it only replace the old color with the new color

and about text

Code
color:red;


or

Code
font-color:red;


regards

Nezzix
Posts: 6
Reputation: 0

Message # 5 | 11:53 PM
Quote 3mr ()
Nezzix, you can do all things you want from css at your pannel you need experiense at html ,css


I knew all of this but I'm using a preset template and I cant figure out how to change the background to black without getting rid of the design at the top(I guessing its a header or something). I really like the silver header from 791 but the template is too much grey. would it be easier to change the background to solid black or just take that header and put it on a black back grounded page? this is the very last thing I have to do with my site and its bugging me to no end.
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 6 | 4:58 AM
Nezzix, please provide a site URL. smile
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
steven4u
Posts: 81
Reputation: 8

Message # 7 | 5:04 PM
Nezzix, to change the background color you need to go your 'CSS' and search for .body{} , you will find it there (background-color:#...), if you cant find it then you have to add it . please provide a site URL so we can help smile
A person who never made a mistake never tried anything new
Leoh
Posts: 13
Reputation: 0

Message # 8 | 5:31 PM
http://forum.ucoz.com/forum/5-6909-107886-16-1401491725

(Made linkable by Paradox. Thread closed.)

Projects: http://sksyndicate.ucoz.com
uCoz Community » For Webmasters » Design Customization » need help with design templates
  • Page 1 of 1
  • 1
Search: