Text colours?

Hi
Can any one point me in the direction of the .css file and class that effects the hello / log out / join / login colour on the top right please. Thanks

Quote · 13 Mar 2009

templates/tmpl_uni/general.css

 

Locate:

 

.hello_actions
 {
  text-transform:capitalize;
  font-size:11px;
 }

Replace with:

.hello_actions
 {
  text-transform:capitalize;
  font-size:11px;

  color:#colorcode;
 }

Save it

 

Quote · 14 Mar 2009

hi, download the firebug add on for mozilla you will have every css files and the name of the files when you click on your website.

bye

Quote · 14 Mar 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.