Welcome, Guest
Username Password: Remember me

text colour
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: text colour

text colour 2 years, 1 month ago #14984

hello all,

i just installed Kide shoutbox on my site, but i have a problem...
my theme has a black background, and the text in shoutbox is also black

take a look..
www2.zbutsam.net/index.php?option=com_kide&view=kide&Itemid=56

i tried to change the css file to:

/* default color text */
.KIDE_default_text { color: white }

but its still black...

can anyone help me ?
  • Lewis
  • OFFLINE
  • Visitante
  • Posts: 6
  • Karma: 0

Re: text colour 2 years, 1 month ago #14985

try typing color: #FFFFFF, but also with Firebug i change css .KIDE_default_text 'color' to white i can se the text, white.

Also in your whebsite you got the CSS file color: black, reupload it with white color or #FFFFFF
  • Mizunga
  • OFFLINE
  • Colaborador
  • Posts: 461
  • Karma: 28
Unete a la www.euroviajar.com/viajeros.html - Comunidad de Viajeros" y participa en el www.euroviajar.com/foros/5-londres.html - Foro Londres
The following user(s) said Thank You: JoniJnm

Re: text colour 2 years, 1 month ago #14998

After change the color to white (in components/com_kide/assets/css/style.css), try to delete the cache browser
  • JoniJnm
  • OFFLINE
  • Administrador
  • Posts: 4297
  • Karma: 148

Re: text colour 2 years, 1 month ago #15003

thank you very much...
i was changing other style.css file

is there any way to predefine the guest prefix name from G_xxxx to mysite_xxxx ?
  • Lewis
  • OFFLINE
  • Visitante
  • Posts: 6
  • Karma: 0

Re: text colour 2 years, 1 month ago #15004

In com_kide/helpers/user.php change:
$this->name = substr(JText::_("INVITADO"), 0, 1)."_".rand(1000,9999);
//by
$this->name = "yoursite_".rand(1000,9999);
  • JoniJnm
  • OFFLINE
  • Administrador
  • Posts: 4297
  • Karma: 148
  • Page:
  • 1
Time to create page: 0.32 seconds