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

Message # 1 | 3:58 PM
Hi All i wish to change BG color but when i go to Main » Customize design CSS i have no body part at all so i can not find where the BG code hiding please help
thanks: http://beautystudiocharme.com/
Animorph
Posts: 2856
Reputation: 189

Message # 2 | 7:00 PM
charme, its because your BG color isn't located in CSS but in HTML pages

go to CP ---> Design ---> Quick substitution of Template parts ---> Multiline

Find:

Code
<body style="background:#48000; margin:0px; padding:0px;">

Replace by:
Code
<body style="background:your color code; margin:0px; padding:0px;">

change the "your color code" to a BG color you want. and press Replace to apply your changes


To busy building a passive income online ;)
charme
Posts: 22
Reputation: 0

Message # 3 | 7:31 PM
no it doesn't work getting an error "no replacement has been made check whether search fragment is correct" sad
Animorph
Posts: 2856
Reputation: 189

Message # 4 | 8:27 PM
charme, then you need to go to CP ---> Design ---> Design management (templates) and replace the codes manually smile
To busy building a passive income online ;)
charme
Posts: 22
Reputation: 0

Message # 5 | 8:32 PM
CP ---> Design ---> Design management (templates) i was there before however i can not find where body BG is it seems like the body is miossing from this templates but i really need to change the color.may there is another solution
Animorph
Posts: 2856
Reputation: 189

Message # 6 | 8:38 PM
I just visited your website and it is there.

CP ---> Design ---> Design management (templates) ---> Site Pages for example.
This code is located there

Code
<body style="background:#480000; margin:0px; padding:0px;">

well can you provide a screenshot from which BG you want to change , because there is your Background from your website in a light red color and your other BG where your content is located in a Dark red color.


To busy building a passive income online ;)
charme
Posts: 22
Reputation: 0

Message # 7 | 10:55 PM
i wish to change both a light red color and BG where i have my content which is Dark red color. i'd like to make it light color to make the images BG more smooth however i like thec logo on top and i am not sure if i can change the color there too or the logo it self id cleare?

--------------------------------------------------------------------------------

Added (2011-04-24, 4:55 PM)
---------------------------------------------
hi this is a code i am trying to change in red but i am getting this error message:
The template doesn't contain the required code $POWERED_BY$

Code
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>$SITE_NAME$ - $MODULE_NAME$</title>
<?$META_DESCRIPTION$?>
<link type="text/css" rel="StyleSheet" href="/_st/my.css" />
</head>

<[color=red]body style="background:#F9EFF9; margin[/color]:0px; padding:0px;">
$ADMIN_BAR$

<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td width="10%" rowspan="2" style="background:url('/.s/t/975/1.gif') top repeat-x;"></td><td valign="top" style="background:#360000;">

$GLOBAL_AHEADER$

<table border="0" cellpadding="15" cellspacing="0" width="100%"><tr><td valign="top" style="background:url('/.s/t/975/5.gif') top left no-repeat #360000;"><!-- <middle> --><!-- <body> -->$CONTENT$<!-- </body> --><!-- </middle> --></td></tr></table>

</td>

<td valign="top" width="220px" style="background:url('/.s/t/975/6.gif') left repeat-y;">

<table border="0" cellpadding="0" cellspacing="0" height="118" style="background:url('/.s/t/975/7.gif') repeat-x;" width="220">
<tr><td style="background:url('/.s/t/975/8.gif') no-repeat;" align="center">| <a href="$HOME_PAGE_LINK$" title="Main"><!--<s5176>-->Main<!--</s>--></a> |
<?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?>| <a href="$PERSONAL_PAGE_LINK$" title="My profile"><!--<s5214>-->My profile<!--</s>--></a> |<?else?>| <a href="$REGISTER_LINK$" title="Registration"><!--<s3089>-->Registration<!--</s>--></a> |<?endif?><?endif?>
<?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" title="Log out"><!--<s5164>-->Log out<!--</s>--></a> |<?else?>| <a href="$LOGIN_LINK$" title="Login"><!--<s3087>-->Login<!--</s>--></a> |<?endif?><?endif?></td></tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" style="background:#560000;" width="220">
<tr><td width="20" height="20"><img src="/.s/t/975/9.gif" border="0"></td><td width="180" style="background:#560000;"></td><td width="20" height="20"><img src="/.s/t/975/10.gif" border="0"></td></tr>
<tr><td width="20" valign="top" style="background:#360000;"><img src="/.s/t/975/11.gif" border="0"></td><td valign="top" width="180" style="background:#560000;">

$GLOBAL_CLEFTER$
</td><td style="background:#560000;"></td></tr>
<tr><td colspan="3"><img src="/.s/t/975/12.gif" border="0"></td></tr>
</table>

</td>
<td width="10%" rowspan="2" style="background:url('/.s/t/975/7.gif') top repeat-x;"></td>

</tr>

<tr><td colspan="2">
$GLOBAL_BFOOTER$
</td>
</tr></table>





</body>

</html>
Unique
Posts: 421
Reputation: 35

Message # 8 | 11:04 PM
charme, you don't have $POWERED_BY$ in this code. Add it anywhere, that is uCoz copyrights and that is necessarily.
charme
Posts: 22
Reputation: 0

Message # 9 | 11:49 PM
ok so how can i change the BG color then in body of all pages?
Jan
Posts: 301
Reputation: 19

Message # 10 | 6:21 AM
charme,
Quote (Animorph)
go to CP ---> Design ---> Quick substitution of Template parts ---> Multiline

Find:

Code
<body style="background:#48000; margin:0px; padding:0px;">

Replace by:

Code
<body style="background:your color code; margin:0px; padding:0px;">

change the "your color code" to a BG color you want. and press Replace to apply your changes

Natashko
Posts: 3366
Reputation: 171

Message # 11 | 9:20 AM
charme, The template of the website doesn't contain the required code $POWERED_BY$

To avoid blocking we recommend you to restore the code within 12 hours. Please, let me know about your actions in the PM. If I do not receive the letter from you – the website will be blocked.

charme
Posts: 22
Reputation: 0

Message # 12 | 11:50 PM
Jan this action is not available see my second message
Natashko i don't understand why would you block my web site i didn't do any changes why do i have to restore the code please explain thanks .
Natashko
Posts: 3366
Reputation: 171

Message # 13 | 9:32 AM
charme,
Quote (charme)
Natashko i don't understand why would you block my web site i didn't do any changes why do i have to restore the code please explain thanks .

Go to CP->Design->Design management (templates)->Bottom part of the website. If you scroll to the bottom of the page, you will see that $POWERED_BY$ required code. That is why you need to either restore the default template or just embed this code in the necessary place and Save
Quote (charme)
Jan this action is not available see my second message

About the BG. First option is to use: CP ---> Design ---> Quick substitution of Template parts, but do not forget to tag "substitution in global blocks". Change
Code
<body style="background:#480000; margin:0px; padding:0px;">
into
Code
<body style="background:YOURCOLOR; margin:0px; padding:0px;">

If this still doesn't work, there is another option: add this body {background: YOURCOLOR !important;} to CP->Design->Design management (CSS)
charme
Posts: 22
Reputation: 0

Message # 14 | 0:54 AM
Natashko thnaks for your replay i have no idea how to restore powered by ? is it nessery to do the BG solution did not work if i will restore the original BG i will loose most of the custom changes i have made

Added (2011-04-26, 6:54 PM)
---------------------------------------------
Ok i have updated the code and finaly was able to change most of the BG color need 2 more steps please let me know how may i change the BG image i have my own but i don't know how to make it as a bg image and upload it and also i wish to change the color of the calendar and the size of the menu font please advise thanks alot for your help

Jan
Posts: 301
Reputation: 19

Message # 15 | 10:02 AM
charme,
Quote (charme)
please let me know how may i change the BG image

Answer: Changing this design bg image needs alot customation.
Please send me PM with your bg image what you want to apply to your site.


Quote (charme)
i wish to change the color of the calendar

Answer:
Go to CP - Customize design - CSS

Find this line: /* News/Blog Calendar Style */

under this you can edit your calendar colors


Quote (charme)
size of the menu font

Answer: Go to CP - Customize design - CSS

Find:

Code
.uMenuV .uMenuItem {font-weight:normal;}

Replace with:

Quote
.uMenuV .uMenuItem {font-weight:normal;font-size:10pt;}

change number marked in red with your new font size


uCoz Community » For Webmasters » Design Customization » Everything about design #975 goes here
  • Page 1 of 2
  • 1
  • 2
  • »
Search: