Articles Box Font Color

How to change the font color in the 'articles box' on home page?

Quote · 5 Oct 2008

Not coded, you have to add this code, it will change font color on rss feed to, maybe more places to!!

 

class .rss_item_desc

 

templates/tmpl_uni/css/index.css

 

From:

.rss_item_desc
 {
  text-align:justify;

 }

 

To:

.rss_item_desc
 {
  text-align:justify;
  color:#666666;
 }

 

Ottar.

Quote · 5 Oct 2008
 
 
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.