Welcome, Guest
Username Password: Remember me

font color in type area
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: font color in type area

font color in type area 1 year, 8 months ago #17008

Hola Joni¡
In the previous version of V0.7.5 (01 sept. 2010) when i chose yellow as my color the fonts in the box were you type your text where still black.
Do you know how to change it back or how i can change the background of the type area to another color (even better)?
I tried to use the search but most of the topics are in (logically) spanish
Last Edit: 1 year, 8 months ago by Deadly_Paradox.

Re: font color in type area 1 year, 8 months ago #17021

Hi, in

- com_kide/assets/css/style.css
- mod_kide/css/style.css

Use this:
#txt { background-color: grey }
#privados_txt { background-color: grey }

Change grey to your favorite colour
  • JoniJnm
  • OFFLINE
  • Administrador
  • Posts: 4297
  • Karma: 148

Re: font color in type area 1 year, 8 months ago #17042

Thnx...

It didn't work completely as it should but after some comparison with other CSS files i found the problem.
The problem was that the text area shrunk and the cursor went missing (hiding behind the color).
I changed your version in an extra line and now it is:
#txt  {
background-color: #555;
width: 100%;
height: 60px
}

Grey as the color also works but this number fits better.
  • Page:
  • 1
Time to create page: 0.94 seconds