Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #975 goes here |
Everything about design #975 goes here |
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/ |
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 ;)
|
I just visited your website and it is there.
CP ---> Design ---> Design management (templates) ---> Site Pages for example. 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 ;)
|
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) 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> |
charme, you don't have $POWERED_BY$ in this code. Add it anywhere, that is uCoz copyrights and that is necessarily.
ExtraCafe.rs, we're the best !
|
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 |
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,
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;"> 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) |
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) |
charme,
Quote (charme) please let me know how may i change the BG image Answer: Changing this design bg image needs alot customation.
Quote (charme) i wish to change the color of the calendar Answer: 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 |
| |||