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 !
iker
Posts: 2
Reputation: 0

Message # 16 | 10:01 AM
I can't figure out how to change the color of any link on my website (it's currently orange and I want to make it white)

My design is #794 (gaming)
I'm not quite sure that I can post a direct link to my website, uh smile

CodeResolution
Posts: 1570
Reputation: 58

Message # 17 | 10:25 AM
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.


Kind regards,
Elliott.

"The best uCoz" critic since 2007.
Qualified website, branding, print & user interface designer.

I'm on Behance and Twitter.
iker
Posts: 2
Reputation: 0

Message # 18 | 10:58 AM
Thanks. And sorry about my signature, I am going to remove it.
ahansaary
Posts: 3
Reputation: 0

Message # 19 | 4:40 PM
how to change header picture in design 794 with my own

Thanks in advance .

Post edited by ahansaary - Thursday, 2011-05-05, 4:46 PM
Animorph
Posts: 2856
Reputation: 189

Message # 20 | 10:17 PM
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 {
float: right;
margin-top: 15px;
overflow: hidden;
width: 197px;
height: 112px;
background: url(/.s/t/794/3.png);
}

Change The RED Url to your image

and press save wink


To busy building a passive income online ;)
ahansaary
Posts: 3
Reputation: 0

Message # 21 | 0:05 AM
thank you very much for the speed of your response to me

can I replace that with normal URL such as http://www.-------.x-x.jpg ?

Animorph
Posts: 2856
Reputation: 189

Message # 22 | 7:13 AM
ahansaary, yes wink
To busy building a passive income online ;)
BasketAdvice
Posts: 1
Reputation: 0

Message # 23 | 1:27 PM
is it possible to lift up all menu's like this?

http://img62.imageshack.us/img62/743/likethisv.png
lilu
Posts: 70
Reputation: 6

Message # 24 | 3:22 PM
BasketAdvice, you need to find this part of code in CSS:
Code
#blocks {
  width: 210px;
  margin-top: -1px;
  padding-top: 140px;
}


and replace it with this:
Code
#blocks {
  width: 210px;
  margin-top: -67px;
}
PRE_-CISION-_0340
Posts: 4
Reputation: 0

Message # 25 | 8:56 AM
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!
Sunny
Posts: 9296
Reputation: 456

Message # 26 | 10:39 AM
PRE_-CISION-_0340, please post a screenshot of where exactly you want to change the colors. As for the images, please make sure they are not too big.
I'm not active on the forum anymore. Please contact other forum staff.
PRE_-CISION-_0340
Posts: 4
Reputation: 0

Message # 27 | 10:23 PM
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
Sunny
Posts: 9296
Reputation: 456

Message # 28 | 8:49 AM
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.
PRE_-CISION-_0340
Posts: 4
Reputation: 0

Message # 29 | 9:02 AM
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
Sunny
Posts: 9296
Reputation: 456

Message # 30 | 11:44 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.
uCoz Community » For Webmasters » Design Customization » Everything about design #794 goes here ! (changing background, header etc)
Search: