Welcome to Gaia! ::


I'm trying to change the color of the txt within the context boxes, whats the code for that? I can't find it

Fashionable Member

5,550 Points
  • Member 100
  • Person of Interest 200
  • Market Browser 100
Brink Kale
To change text colors, you will be looking for the color property. To change the background colors, you are looking for the background property. Set them on the selector(s) of your choice. =) Check out Visual OldSchool Profile Guide for more detailed help regarding OldSchool type profiles.


How can I change the look fo the Contact box; where it has Add, PM, Trade...?

9,050 Points
  • Cart Raider 100
  • Signature Look 250
  • Dressed Up 200
You can also use

.panel {
background: url('IMG URL HERE')
}


and paste an image link into where IMG URL HERE is.

Chatty Gekko

5,800 Points
  • Hygienic 200
  • Ultimate Player 200
  • Friendly 100
Parvani Symphony
You can also use

.panel {
background: url('IMG URL HERE')
}


and paste an image link into where IMG URL HERE is.


This won't work. I don't know what I am doing wrong.

Fashionable Fatcat

Aisu Shattered Memories
Parvani Symphony
You can also use

.panel {
background: url('IMG URL HERE')
}


and paste an image link into where IMG URL HERE is.


This won't work. I don't know what I am doing wrong.
Make sure you keep both single quotes (' ') there, and if you have other styles under the .panel selector, make sure you put a semicolon at the end of each style property. If you copy and paste your exact code here, it'd be easier to help you.

9,050 Points
  • Cart Raider 100
  • Signature Look 250
  • Dressed Up 200
Aisu Shattered Memories
Parvani Symphony
You can also use

.panel {
background: url('IMG URL HERE')
}


and paste an image link into where IMG URL HERE is.


This won't work. I don't know what I am doing wrong.


Kitty is right, that was a mistake on my part. The semi-colon (;) should help.

I apologize. Keep the semi-colon in the curly brackets.

Chatty Gekko

5,800 Points
  • Hygienic 200
  • Ultimate Player 200
  • Friendly 100
kittymmeow
Aisu Shattered Memories
Parvani Symphony
You can also use

.panel {
background: url('IMG URL HERE')
}


and paste an image link into where IMG URL HERE is.


This won't work. I don't know what I am doing wrong.
Make sure you keep both single quotes (' ') there, and if you have other styles under the .panel selector, make sure you put a semicolon at the end of each style property. If you copy and paste your exact code here, it'd be easier to help you.


.panel {
background: url('User Image')
}
Is this what you wanted? Sorry I'm not good with codes.

Fashionable Fatcat

Aisu Shattered Memories
kittymmeow
Aisu Shattered Memories
Parvani Symphony
You can also use

.panel {
background: url('IMG URL HERE')
}


and paste an image link into where IMG URL HERE is.


This won't work. I don't know what I am doing wrong.
Make sure you keep both single quotes (' ') there, and if you have other styles under the .panel selector, make sure you put a semicolon at the end of each style property. If you copy and paste your exact code here, it'd be easier to help you.


.panel {
background: url('User Image')
}
Is this what you wanted? Sorry I'm not good with codes.

Try:
.panel {
background: url('http://i854.photobucket.com/albums/ab106/Polini22/images.jpg')
}

Putting the BBcode IMG tag in there, if that's what you did, is the problem

Chatty Gekko

5,800 Points
  • Hygienic 200
  • Ultimate Player 200
  • Friendly 100
kittymmeow
Aisu Shattered Memories
kittymmeow
Aisu Shattered Memories
Parvani Symphony
You can also use

.panel {
background: url('IMG URL HERE')
}


and paste an image link into where IMG URL HERE is.


This won't work. I don't know what I am doing wrong.
Make sure you keep both single quotes (' ') there, and if you have other styles under the .panel selector, make sure you put a semicolon at the end of each style property. If you copy and paste your exact code here, it'd be easier to help you.


.panel {
background: url('User Image')
}
Is this what you wanted? Sorry I'm not good with codes.

Try:
.panel {
background: url('http://i854.photobucket.com/albums/ab106/Polini22/images.jpg')
}

Putting the BBcode IMG tag in there, if that's what you did, is the problem


Haha. wow I'm so stupid.
But, that did work thank you so much!

Fashionable Fatcat

Aisu Shattered Memories
kittymmeow
Aisu Shattered Memories
.panel {
background: url('User Image')
}
Is this what you wanted? Sorry I'm not good with codes.

Try:
.panel {
background: url('http://i854.photobucket.com/albums/ab106/Polini22/images.jpg')
}

Putting the BBcode IMG tag in there, if that's what you did, is the problem


Haha. wow I'm so stupid.
But, that did work thank you so much!

Haha don't worry about it, if you don't know what you're doing, it's completely normal to mess up ^^ Good thing it got it working though (or I don't know what could've been wrong XD)

Chatty Gekko

5,800 Points
  • Hygienic 200
  • Ultimate Player 200
  • Friendly 100
kittymmeow
Aisu Shattered Memories
kittymmeow
Aisu Shattered Memories
.panel {
background: url('User Image')
}
Is this what you wanted? Sorry I'm not good with codes.

Try:
.panel {
background: url('http://i854.photobucket.com/albums/ab106/Polini22/images.jpg')
}

Putting the BBcode IMG tag in there, if that's what you did, is the problem


Haha. wow I'm so stupid.
But, that did work thank you so much!

Haha don't worry about it, if you don't know what you're doing, it's completely normal to mess up ^^ Good thing it got it working though (or I don't know what could've been wrong XD)


Lol. It was my fault. But, the picture I chose was a total fail since it covers up half my comments and about me text.

Fashionable Fatcat

Aisu Shattered Memories
kittymmeow
Aisu Shattered Memories
kittymmeow
Aisu Shattered Memories
.panel {
background: url('User Image')
}
Is this what you wanted? Sorry I'm not good with codes.

Try:
.panel {
background: url('http://i854.photobucket.com/albums/ab106/Polini22/images.jpg')
}

Putting the BBcode IMG tag in there, if that's what you did, is the problem


Haha. wow I'm so stupid.
But, that did work thank you so much!

Haha don't worry about it, if you don't know what you're doing, it's completely normal to mess up ^^ Good thing it got it working though (or I don't know what could've been wrong XD)


Lol. It was my fault. But, the picture I chose was a total fail since it covers up half my comments and about me text.

Ah, true, you'd have to find a lighter colored one or change the color of your text razz

Chatty Gekko

5,800 Points
  • Hygienic 200
  • Ultimate Player 200
  • Friendly 100
kittymmeow
Aisu Shattered Memories
kittymmeow
Aisu Shattered Memories
kittymmeow
Aisu Shattered Memories
.panel {
background: url('User Image')
}
Is this what you wanted? Sorry I'm not good with codes.

Try:
.panel {
background: url('http://i854.photobucket.com/albums/ab106/Polini22/images.jpg')
}

Putting the BBcode IMG tag in there, if that's what you did, is the problem


Haha. wow I'm so stupid.
But, that did work thank you so much!

Haha don't worry about it, if you don't know what you're doing, it's completely normal to mess up ^^ Good thing it got it working though (or I don't know what could've been wrong XD)


Lol. It was my fault. But, the picture I chose was a total fail since it covers up half my comments and about me text.

Ah, true, you'd have to find a lighter colored one or change the color of your text razz

Heck with the picture being the background lol. Do you know how to change the color of the background of the boxes from white to black?

Fashionable Fatcat

Aisu Shattered Memories

Heck with the picture being the background lol. Do you know how to change the color of the background of the boxes from white to black?

Though that is what this entire thread was originally about (so you could go back and read), to make things easier, here's the code anyway:
.panel{
background:black;
}
Though you said you wanted it to be black, and that's what that code does, for future reference you may also change "black" to any color you want, either by name or by hex code.

Quick Reply

Submit
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum