Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #878 goes here! (Design, Template 878) |
Everything about design #878 goes here! |
Dimitrias, Find this in each template of CP->Design->Design management (templates):
Code <table width="94%" cellspacing="0" cellpadding="0" border="0" align="center"> 1) Code <table width="94%" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width: 1200px;"> The design will stretch up to 1200 pixels (or whatever )value you indicate 2) Code <table width="94%" cellspacing="0" cellpadding="0" border="0" align="center" style="width: 1200px;"> The width will be always fixed at 1200 pixels. To avoid changing it in each template, use Quick substitution of template parts. |
How to Remove Black Color [Check In Image]
Plz note : Original Color Code is #303030 & I change It To #0b0b0b And i Want To Remove That Color |
-VishaL-,
Quote (-VishaL-) And i Want To Remove That Color what do you mean by that? Do you want to remove that part totally or do you want to substitute it with smth? If you want to substitute - say what do you want it to be substituted with? |
After Remove That Black Color My Website Look Like This way
============================ And Here Is The CSS code of top Part of Website /* General Style */ And /* General Style */ The Green Color Code That I Want To remove From My website Post edited by -VishaL- - Tuesday, 2011-04-12, 11:33 AM
|
Thanx Problem Solved
================ Can U Also tell me how to Remove Footar Black Color
And Thread Name Text Color is black
Post edited by -VishaL- - Tuesday, 2011-04-12, 2:47 PM
|
Quote (-VishaL-) Thread Name Text Color is black Thats Why i Can't See that text Correctly Its In Black Color & I Want To Change that Text Into Another Color Like White Or Purple go to CP ---> Design ---> Design management (CSS) ---> Find: Code .postNameFl,.postDescrFl {background:#2C2C2C;border:1px solid #555555;width:400px} Replace by: Code .postNameFl,.postDescrFl {background:#2C2C2C;border:1px solid #555555;width:400px;color:#ffffff;} i could not see allot in your website because of the popups but lucky for you this goes for almost every design in uCoz To busy building a passive income online ;)
|
Thanx Natashko Its Works...
& Animorph I Replace That Code But Its Not works..Still Same Color |
| |||