UL列表式不适用于woocommerce结帐页面

时间:2014-05-27 06:56:14

标签: php html css wordpress

我已经e-commerce website了,我使用woocommerce plugin来展示产品。我的问题是所有页面都显示在主菜单中list-style,但plugins页面未显示list-style。 我还使用Responsive select menu plugin创建responsive menu

My site url here

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;
}

1 个答案:

答案 0 :(得分:0)

我只是为每个页面创建Templates并完成它。