- Support Forum /
- Theme /
- Help with color backgrounds on ...
I'm curious on how to change the text colour/background when people post on the homepage in our "Site news area".
http://lmym.guildwork.com/
This is what I've done so far, it's the last thing I need changed.
http://lmym.guildwork.com/
This is what I've done so far, it's the last thing I need changed.
Same way as everything else.
.panel-2 {
background-color: #F7FAFF;
border: 1px solid #EEEEEE;
border-radius: 3px 3px 3px 3px;
}Same way as everything else..panel-2 { background-color: #F7FAFF; border: 1px solid #EEEEEE; border-radius: 3px 3px 3px 3px; }Pangy
I've tried adding this and it still remains all white.Disguise
That's the base code…change the colors to whatever you want.
For example:
.panel-2 {
background-color: #ff0000;
}
.panel-1 {
background-color: #FF0000;
}
input {
background-color: #000000;
}

Same way as everything else..panel-2 { background-color: #F7FAFF; border: 1px solid #EEEEEE; border-radius: 3px 3px 3px 3px; }Pangy
I've tried adding this and it still remains all white.Disguise
That's the base code…change the colors to whatever you want.
For example:.panel-2 { background-color: #ff0000; } .panel-1 { background-color: #FF0000; } input { background-color: #000000; }Pangy
When people are typing to leave a comment, there text doesn't show up as they type, what would be the code to allow me to change that font colour?
When people are typing to leave a comment, there text doesn't show up as they type, what would be the code to allow me to change that font colour?Disguise
Try:
input {
color: #BBBBBB;
}Worked for me.
Hey. I was wondering if anyone can help me with this… I want to add a background image to a widget, but it won't show up in the html widget. The code i'm using:
< style>
#widget-4edc2060205cb27a1100651e
div.widget-body {
background-image: url ("h ttp://i348.photobucket.com/albums/q349/zend0n/FFXIVJobArtwork.jpg");
}
< /style>
The website I'm working on is here.
< style>
#widget-4edc2060205cb27a1100651e
div.widget-body {
background-image: url ("h ttp://i348.photobucket.com/albums/q349/zend0n/FFXIVJobArtwork.jpg");
}
< /style>
The website I'm working on is here.
last edited 76 weeks ago by Tabion
- Tab
The wings won't make you fly, and a crown doesn't make you king.
The wings won't make you fly, and a crown doesn't make you king.

Talice Raine replied
84 weeks ago