商品分类树背景颜色修改

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



怎么把商品分类树的颜色修改成想要的颜色?

上半部分我知道了图片,把图片修改成想要的颜色了。可是后面还是红色!

他这个怎么修改的? 上上城.jpg

回答:
分类树对应的CSS
/*category_tree*/
#category_tree{
background:url(images/bg_category.gif) repeat-y 0 0; overflow:hidden;
margin-bottom:8px;
}
#category_tree .content{
background:url(images/bg_category_1.gif) no-repeat 0 0;
padding-top:30px;
}
#category_tree .content dl{margin:0px 8px 8px 8px;}
#category_tree .content dt{
background:url(images/bg_category_line.gif) repeat-x left bottom; color:#fff;
padding:0 0 2px 5px; margin:8px 0;
}
#category_tree .content dt a{color:#fff; text-decoration:none;}
#category_tree .content dd{
color:#ff8c8b; padding:0 0 0 15px;
}
#category_tree .content dd a{color:#ff8c8b; text-decoration:none; margin-right:8px;}
#category_tree .content dd a:hover{color:#ff8c8b; text-decoration:underline; margin-right:8px;}
#category_tree .bottom{width:197px; height:8px;
background:url(images/bg.gif) no-repeat 0 -135px; overflow:hidden;
}

background:url 中的图片
更改图片颜色 可实现

哎,五体投地!
我先试试去啦!老大!

我也有这问题,收下。