View Single Post
  #12  
Old 03-05-2010, 10:25 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: font color for new category has deferent color then all other. Why?

And this will take us to fancy_subcategories_exp.tpl. OMG so many templates calling each other just to show a simple categories list. Don't even bother to search for the reason, just open altskin.css, find

.welcome-top .fancycat-icons-e a.empty-link:link, .welcome-top .fancycat-icons-e a.empty-link:visited, .welcome-top .fancycat-icons-e a.empty-link:hover, .welcome-top .fancycat-icons-e a.empty-link:active, .welcome-top .fancycat-icons-c a.empty-link:link, .welcome-top .fancycat-icons-c a.empty-link:visited, .welcome-top .fancycat-icons-c a.empty-link:hover, .welcome-top .fancycat-icons-c a.empty-link:active {
color:#A0818A;


}

and replace the color # with "#830227"
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote