Quote:
Originally Posted by pityocamptes
The font for Catergories Widgets not showing the same, how do you change??? The font color is appearing as a link color on the site, but due to the background of the Categories Widget box being WHITE you cannot see it very well...
|
Changes category widget to the style of your other widgets.
Add to your 'additional.css' template. Change the colors appropriately to your style.
Code:
.main_menuitem, .active_menuitem {
background: #0F0F0F;
border-bottom: 1px solid #333333;
}
.widget_content a {
color: #999999; /* Change to your site's colors */
}
.widget_content a:hover {
color: #00FF00;
}
There may be stylevars for this, hopefully someone that is more familiar with the stylevar system can post a reference.