Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #957 goes here |
Everything about design #957 goes here |
GTx31, If you mean top of your site .
Old: New:(in black) Go to CP - Customize design - CSS Find: div#top {position:relative;height:282px;background:url('/.s/t/957/6.gif') no-repeat;} red - change Attachments:
0743342.jpg
(42.4 Kb)
·
8519988.jpg
(22.0 Kb)
Post edited by Jan - Saturday, 2010-09-18, 7:21 AM
|
Quote (GTx31) but i want to place it in top center of the page, is it possible in this template? It is possible but you must have some coding skills to do it. Unfortunately we cannot help you. I'm not active on the forum anymore. Please contact other forum staff.
|
I'm using design #957 and there are 2 things that I'm wondering about.
1, can I change "home page" into "Home Page" and so on? I cannot seem to change into capital letters. 2. although I"m using 957, control panel says i'm using default style sheet of design 971. Can anyone help me? Thanks in advance. |
Quote (tra_nguyen) 1, can I change "home page" into "Home Page" and so on? I cannot seem to change into capital letters. provide exact place where you want to change that Quote (tra_nguyen) 2. although I"m using 957, control panel says i'm using default style sheet of design 971. go to CP --> Settings --> Common settings ---> and then re-choose your design and save. note all previous updates will be gone To busy building a passive income online ;)
|
@Animorph: I want to change that in the site menu.
And thanks for helping me ^^ |
tra_nguyen,
Quote (tra_nguyen) 1, can I change "home page" into "Home Page" and so on? I cannot seem to change into capital letters. Go to CP->Design->Design management (CSS)->find: .uMenuV li {background:#4D101F;padding:2px;text-align:center;margin:1px;font-size:8pt;text-transform:lowercase;} Substitute lowercase with none |
@Natashko: thanks for helping. Can I change the color of the design from purple to another color like green or something?
|
tra_nguyen,
Quote (tra_nguyen) Can I change the color of the design from purple to another color like green or something? You need to change colors in Style sheet CSS. You also need to download design images from your website and change their colors in Photoshop. Then upload them back to the website and specify links to them. |
re1t, if you are meaning to change the background of those links you can do so by opening Control Panel > Design customisation > CSS. Once opened search for this line of code and replace it with the one below it.
Code .uMenuV li {background:#4D101F;padding:2px;text-align:center;margin:1px;font-size:8pt;text-transform:lowercase;} Quote .uMenuV li {background-image:url('link to image');padding:2px;text-align:center;margin:1px;font-size:8pt;text-transform:lowercase;} If otherwise you were meaning to completely remove the site menu and use your own this can be done through the use of blocks. You can find more on the builder here: http://forum.ucoz.com/forum/5-5862-1 Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Paradox, yes i want to change its red rectangle background, thanks for your response
i tried your code and it changes all of the menu background, so is it possible to just change one background with one picture? i want to change my home, site info, blog with different background. sorry if my request is too complicated |
| |||