當(dāng)前位置:工程項(xiàng)目OA系統(tǒng) > 領(lǐng)域應(yīng)用 > 零售管理系統(tǒng) > 網(wǎng)店管理軟件
淘寶網(wǎng)店如何改變導(dǎo)航條顏色
申請(qǐng)免費(fèi)試用、咨詢電話:400-8352-114
很多淘寶賣家們?cè)谙螺d了淘寶專業(yè)版模板之后,往往不滿足于模板的色彩搭配,尤其是導(dǎo)航條的色彩,于是想修改導(dǎo)航條的顏色,那么如何修改呢,這里要用到一些代碼。
今天我們給大家提供一款導(dǎo)航條色彩css,操作方法呢也很簡(jiǎn)單。大家只要對(duì)其中的#之后的顏色或者background后面的背景圖片進(jìn)行改變就行了。
導(dǎo)航條色彩css代碼(復(fù)制下面代碼即可):
/* 導(dǎo)航條背景色*/ .skin-box-bd .menu-list{background: none repeat
scroll 0 0 #f86c4c}
/*首頁/店鋪動(dòng)態(tài)背景色*/
.skin-box-bd .menu-list .link{background: none repeat scroll 0 0
#f86c4c}
/*首頁/店鋪動(dòng)態(tài)右邊線*/
.skin-box-bd .menu-list .menu{border-right:1px #f86c4c solid;}
/*首頁/店鋪動(dòng)態(tài)文字顏色*/
.skin-box-bd .menu-list .menu .title{color:#000000}
/*所有分類背景色*/
.all-cats .link{background: none repeat scroll 0 0 #f86c4c;}
/*所有分類右邊線*/
.all-cats .link{border-right:1px #f86c4c solid;}
/*所有分類文字顏色*/
.skin-box-bd .all-cats .title{color:#000000}
.skin-box-bd{height:35px;background:url
(http://napavibes.com/shangchuan/20131016111822.jpg) no-repeat 0
0;}.skin-box-bd a{color:#FFFFFF;font-family:微軟雅黑;font-
size:14px;font-weight:normal;}.skin-box-bd .menu
{background:none;line-height:35px;}.skin-box-bd .menu-list
{height:35px;}.skin-box-bd .menu-list .link .title
{margin:0px;}.skin-box-bd .menu-list .link
{background:none;height:35px;line-height:35px;padding:0
20px;}.skin-box-bd .menu-list .menu{padding-right:0px;}.skin-box-bd
.menu-list .menu a{background:url
(http://img.taobao.com/L1/142/404327582/assets/images/head/nav_li_bg
.jpg) no-repeat right center;font-family:微軟雅黑;font-
weight:normal;}.skin-box-bd .menu-list .menu a:hover{background:url
(http://napavibes.com/shangchuan/20131016111827.png) no-repeat 0
center;cursor:pointer;}.skin-box-bd .menu-list .menu a span{font-
size:15px;color:#000;}.skin-box-bd .all-cats .link
{background:none;line-height:35px;padding:0
10px;width:168px;}.skin-box-bd .all-cats .link{background:url
(http://napavibes.com/shangchuan/20131016111827.png) no-repeat 0
center;border:none;color:#FFF;font-family:微軟雅黑;font-
size:15px;font-weight:normal;height:35px;line-height:35px;}.skin-
box-bd .all-cats .link .title{font-size:15px;margin-
left:10px;}.skin-box-bd .all-cats .link .popup-icon
{display:none;}.skin-box-bd .popup-content
{background:#F68B8B;border:none;}.skin-box-bd .popup-content .cats-
tree .snd-pop-inner{background:#65B6A4;}.skin-box-bd .popup-content
.cats-tree .cat-hd:hover,.skin-box-bd .popup-content .cats-tree
.cat-hd-hover{background:#86CABB;}.skin-box-bd .popup-content
.cats-tree .snd-cat-hd:hover,.skin-box-bd .popup-content .cats-tree
.snd-cat-hd-hover{background:#D90724;}.skin-box-bd .popup-content
.cats-tree .has-children{background:none;}.skin-box-bd .popup-
content .cats-tree .fst-cat-icon{background:none;}.skin-box-bd
.popup-content .cats-tree .snd-cat-icon{background:none;}.skin-box-
bd .menu-list .link .popup-icon{display:none;}.skin-box-bd .menu-
popup-cats .sub-cat-hover{background:#86CABB;}
將上面的代碼全選后,復(fù)制,然后打開店鋪裝修,點(diǎn)擊到導(dǎo)航條,選擇編輯。
在出現(xiàn)的導(dǎo)航代碼編輯框中,選擇“顯示設(shè)置”,如圖所示:
將代碼黏貼到編輯框中,選擇確定。
然后保存就可以看到效果了。
如果你對(duì)這個(gè)色彩不滿意,可以對(duì)代碼中的 background及其#后面的顏色進(jìn)行修改。
更多的裝修經(jīng)驗(yàn),請(qǐng)關(guān)注網(wǎng)店管理軟件(http://napavibes.com/)。