Hi everyone,
I wanted to know what section of "style.css" in my coppermine gallery should I have to edit so that my comments box has black color for the text. It is currently white or grey and my members including me cant see what we are typing on the comment box. My skin is "F1BLACK3BLUE". Please help me on this. There are two style.css files one is "style.blue.css" and the other one is "style.css". I want to edit the font color for the comment box. Its currently white, I need it to be black. I dont know if we are allowed to share our website links but this is my gallery location. "http://www.wheelsbd.com/gallery".
Your reply to this topic will be very well appreciated.
Regards,
Tauhid
Modify the .textinput class and add a color to it.
.textinput {
...
color: #000;
}
should i do that to both css files?
Hi I did this but nothing changed.
.textinput {
background-color: #DEDEDE;
color: #000000;
border: 1px solid #A3AAB4;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
padding-left: 3px;
padding-right: 3px;
}
Posting a link to your gallery might be a good start if you expect advice... ::)
Hi I already posted the link in the first post. Its http://www.wheelsbd.com/gallery
And here is the guest account details:
Username: guest
Password: guest
hey thanks to all i solved it!!!!!! :)
For the benfit of others with similar issues you should have posted what you actually did.
Sure....
Basically as Nibbler said, I put these codes in both style.blue.css and style.css in the template directory "f1black3blue" and within few minutes, the effect took place.
.textinput {
background-color: #DEDEDE;
color: #000000;
border: 1px solid #A3AAB4;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
padding-left: 3px;
padding-right: 3px;
}