Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #794 goes here ! (changing background, header etc) |
Everything about design #794 goes here ! |
Go to Control Panel » Customize design » Stylesheet (CSS) » Find:
Code body a { color: #ff9000; text-decoration: underline; } body a:active { color: #ff9000; } And replace with: Code body a { color: #ffffff; text-decoration: underline; } body a:active { color: #ffffff; } But first of all, please edit your signature according to the rules because it is too big (http://forum.ucoz.com/forum/30-3739-1). Also all questions about design #794 can now go here. |
ahansaary, go to CP ---> Design ---> Design Management (CSS) --->
Find: -Images Quote #header { width: 100%; height: 315px; color: #ffffff; background: url(/.s/t/794/1.jpg) no-repeat; }
Quote #header_right2 { float: right; margin-right: 50px; margin-top: 15px; overflow: hidden; width: 154px; height: 300px; background: url(/.s/t/794/2.png); } #header_right1 { Change The RED Url to your image and press save To busy building a passive income online ;)
|
is it possible to lift up all menu's like this?
http://img62.imageshack.us/img62/743/likethisv.png |
Hello can someone please help me with design 794
All of the font on forum catagorys, usernames is orange. I seen the above reply and found that area in my CSS but it does not seem to change the color it stays orange on the forums and else where, my target color is black also not white. One more question, I edited a few images on the site and they seem to load in slow, should I host them external instead of on the actual website itself. Thanks! |
Thanks for the reply Sunny,
I want to change basically all of the orange text to another color, im thinking black might work nice. I have red arrows next to the text colors so you can get an idea. http://i40.tinypic.com/nz6ft.png http://i42.tinypic.com/x2ng5y.png http://i44.tinypic.com/4vo3yf.png |
PRE_-CISION-_0340, please see the following guide: http://forum.ucoz.com/forum/5-715-1#5280
I'm not active on the forum anymore. Please contact other forum staff.
|
This is the only thing I could find CSS with orange color code, however when I change the color code to something else it does not show up on my site.
body a { color: #ff9000; text-decoration: underline; } body a:active { color: #ff9000; } Also I looked at the guide you posted to change forum colors but I cant find anything like that for my site, I just want to get rid of the orange text to another color and its only on titles and such. Sorry for being a hassle here. Post edited by PRE_-CISION-_0340 - Wednesday, 2011-12-21, 9:03 AM
|
You need to edit the following code:
Code #content a { color: #ff9000; text-decoration: underline; } #content a:active { color: #ff9000; } #content a:hover { color:#dab01f; text-decoration: none; } I'm not active on the forum anymore. Please contact other forum staff.
|
| |||