ZenCart导航栏背景颜色修改方法
时间:2016-01-11 08:42来源: 作者: 点击:次
ZenCart导航栏背景颜色修改.颜色在css中修改,以咖啡色为例: includestemplateszccncssschinese_styleshe... (约第241行) #topLinks background:#900000 none repeat scroll 0%; float:right; margin:0.9em auto; width:74%; } 其中的
ZenCart导航栏背景颜色修改.颜色在css中修改,以咖啡色为例:
includestemplateszccncssschinese_styleshe... (约第241行)
#topLinks
background:#900000 none repeat scroll 0%;
float:right;
margin:0.9em auto;
width:74%;
}
其中的#900000就是咖啡色
另外,把其中的 margin:0.9em auto; 改为 0em , 就和左边的图标对齐了(责任编辑:最模板) |
------分隔线----------------------------