请问分类目录是在哪里修改的?

2016-07-07 16:17 来源:www.chinab4c.com 作者:ecshop专家

如下图那个分类导航是在哪里修改的,我想修改文字大小和颜色

1.jpg

回答:
style.css
  1. /*商品分类*/
  2. #category_tree{border:4px solid #f1faff; background-color:#fff;}
  3. #category_tree dl{margin:6px;}
  4. #category_tree dt{background:url(images/lineBg.gif) repeat-x left bottom;
  5. color:#3f3f3f;padding:2px 0 3px 12px;
  6. }
  7. #category_tree dt a{background:url(images/bg.gif) no-repeat 0 -69px;
  8. color:#3f3f3f; padding-left:15px; text-decoration:none;
  9. }
  10. #category_tree dd{padding:3px 0 3px 10px;}
  11. #category_tree dd a{color:#404040; text-decoration:none;}
  12. #category_tree dd a:hover{color:#ff6600; text-decoration:none;}
复制代码

谢谢了