Fonts on Index Page

How can I change the fonts on the Index? I am speaking about RSS Feeds. They all have the same large bold font. Is there a way to change that or does the RSS determine the font???

Thanks in advance!

M

Quote · 29 Mar 2010

Hm, I'll have to check.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 29 Mar 2010

This is a property controlled by the common.css file, found under ./templates/base/css/

Look for the following (On line 1146):

.rss_item_header a, 
.rss_item_header a:link, 
.rss_item_header a:visited, 
.rss_item_header a:hover, 
.rss_item_header a:active 

font-size:12px; 
font-weight:bold; 
color:#33c; 
}

Change it to this:

.rss_item_header a, 
.rss_item_header a:link, 
.rss_item_header a:visited, 
.rss_item_header a:hover, 
.rss_item_header a:active 

font-size:12px; 
font-weight:normal; 
color:#33c; 
}

Have fun.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 29 Mar 2010
 
 
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.