主题分类颜色字体问题求助!

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

看了论坛里的好多帖子想修改主分类颜色和字体,找了N久还是没搞定,请大侠帮忙,我贴下我的图片和style代码!

我的网址:www.llegou.com乐乐易购

模板 2.61beta2版本!


category_tree.lbi代码如下请问如何修改!


<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<div class="box">
<div class="box_1">
<div id="category_tree">
<!--{foreach from=$categories item=cat}-->
<dl>
<dt><a href="{$cat.url}">{$cat.name|escape:html}</a></dt>
<!--{foreach from=$cat.children item=child}-->
<dd><a href="{$child.url}">{$child.name|escape:html}</a></dd>
<!--{/foreach}-->
</dl>
<!--{/foreach}-->
</div>
</div>
</div>
<div class="blank5"></div>


回答:
请问楼主,具体需要更改什么颜色呢?字体需要什么样的字号等,不写清楚,有热心的新手想帮你都帮不了!

只要字体加粗,用粉红色字体即可,和主页类似即可!

顶起来!

在css里面改

怎么修改啊,不会啊

用dw打开 style.css文件

找到

#category_tree dt a{background:url(images/bg.gif) no-repeat 0 -69px;
color:#3f3f3f; padding-left:15px; text-decoration:none;
}
#category_tree dd{padding:3px 0 3px 10px;}
#category_tree dd a{color:#404040; text-decoration:none;}
#category_tree dd a:hover{color:#ff6600; text-decoration:none;}

把颜色和字体改成你要的就可以了

谢谢啊!