我已经e-commerce website
了,我使用woocommerce plugin
来展示产品。我的问题是所有页面都显示在主菜单中list-style
,但plugins
页面未显示list-style
。
我还使用Responsive select menu plugin创建responsive menu
。
The page which is not showing li
CSS
.nav{
float:right;
clear:both;
position:relative;
background:#fff;
display: inline-block;
padding: 8px 50px 8px 10px;
margin-right: -13px;
box-shadow: 0px 4px 12px -2px #5F5F5F;
}
.nav-strip{
height:47px;
width:49px;
position: absolute;
left: -45px;
top: 0px;
background: url(images/left-strip-nav.png) left no-repeat;
}
.responsiveSelectContainer>ul>li{
float:left;
list-style:square;
margin-left:25px;
}
.responsiveSelectContainer>ul>li>a{
color:#333;
text-decoration:none;
font-size: 18px;
font-weight: bold;
}
.responsiveSelectContainer>ul>li:first-child{
list-style:none;
}
答案 0 :(得分:0)
我只是为每个页面创建Templates
并完成它。