2
hi,
If you're talking about Main Menu, there are 2 ways to customize this template :
- style.css
/*---------------------------------------Ö÷Òª²Ëµ¥-------------------------------------*/
td#mainmenu a {
background: #F6F8FA;
font-weight: normal;
padding: 0px 0px 0px 30px;
border-right: 1px solid #D9E3EB;
border-bottom: 1px solid #D9E3EB;
border-left: 1px solid #D9E3EB;
border-top: 1px solid #F6F8FA;
width: 120px;
color: #666666;
}
td#mainmenu a:hover {
background-color: #FFFFFF;
text-decoration: none;
border: 1px solid #8CA9C1;
color: #799BB7;
}
td#mainmenu a.menuTop {
text-decoration: none;
border-top: 1px solid #D9E3EB;
padding: 0px 0px 0px 30px;
}
td#mainmenu a.menuMain {padding-left: 30px;}
td#mainmenu a.menuSub {
padding-left: 42px;
text-decoration: none;
width: 108px;
color: #999999;
background: #FFFFFF;
}
- www/system/templates/blocks/system_block_mainmenu.html
@+
Still learning CSS and... english