Talice Raine replied

84 weeks ago

Here is my latest attempt, I'd say its about 80% done.

http://nantekotta.guildwork.com/

I just wish adding more widgets wouldn't cause the height of the whole site to increase, or that I knew some way to force down the height of the site/scrollbar, but all in all I'm happy with it.


last edited 84 weeks ago by Talice Raine

Comickaze replied

83 weeks ago

Looking for code to change all widget headers to a red-black gradient.

Disguise replied

78 weeks ago

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.

Pangy replied

78 weeks ago

Same way as everything else.



.panel-2 {
    background-color: #F7FAFF;
    border: 1px solid #EEEEEE;
    border-radius: 3px 3px 3px 3px;
}

Disguise replied

78 weeks ago

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.

Schultz replied

78 weeks ago

removed


last edited 78 weeks ago by Schultz

Pangy replied

78 weeks ago

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;
}



Disguise replied

77 weeks ago

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?

Pangy replied

77 weeks ago

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.

Tabion replied

76 weeks ago

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.


last edited 76 weeks ago by Tabion
- Tab
The wings won't make you fly, and a crown doesn't make you king.
This topic is locked. You cannot post a reply.