Jump to content

如何修改blockcategories模块的 二三级目录字体?


leobenson

Recommended Posts

原始的Categories二级三级的目录分类字体太细 太小
请问版主如何更改,是否是global.css文件中的

div#categories_block_left ul.tree li ul li{
   padding-left:15px;
   background:none;
   font-size:11px;
   font-weight:normal;
}
div#categories_block_left ul.tree li ul li ul li{
   padding-left:15px;
   font-size:9px;


为何我感觉修改后没有效果

Link to comment
Share on other sites

是在global.css里。建议把二三级目录字体设置一样的大小。

如果一定要控制不同的大小,可以使用“>”,像这样但不建议这么做:

/* 二级目录 */
div#categories_block_left > ul.tree > li > ul > li

/* 三级目录 */
div#categories_block_left > ul.tree > li > ul > li > ul > li

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...