how change color

Started by Luca, July 23, 2011, 10:34:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Luca

thanks stoner, greentide, for reply :)

greentide

#4
Quotehi guys,
can someone help me with this problem?
How can I change the color to ..    * Current Site Alerts: and * CrazyHour,

:) thanks
   


Mine is in a different place but what you need to look for is this.

div#base_globelmessage {
    width: 988px; height: 30px; background: #444444; border-bottom: 1px solid #9babbc;
    text-align: left; line-height: 30px;}



stoner

This stuff is dead easy and been asked many many times before.  Have a quick search around.

Try this.   Using chrome.  Right click the bit on ur site where is says "Current Site Alerts:"  Then goto inspect element.  That will bring up the development tool of chrome.  In the left hand window, you will see what u selected highlighted.  In the right hand window, you will see some css rules, look on that side for the color.  Once u find it, or even think u have, double click it and it will allow you to change it.  Bring ur site window back up and u will see the change.  If u have the right one, it will tell u what its called in the .css file.  So for this example its ".gm_taps li"  it even gives u a file name and line number "1.css:302"
So once ur happy with its look in the browser, you can then go and change the file so everyone can see the change.

greentide

Will have a look for you .. :)

Luca

hi guys,
can someone help me with this problem?
How can I change the color to ..    * Current Site Alerts: and * CrazyHour,

:) thanks