• Hi

    After many hours of searching, I am still struggling ??

    On the Mystile theme, I can remove all elements of the top menu; Cart, Checkout etc, with the following;
    #top {
    display: none;
    }

    Or I can remove all the elements except one with this;
    #top .wc-nav li.cart input {display:none;}
    width: 100%;
    padding-left: 0;
    }

    However I want to leave the search bar in, placed next to the Logo, which I can achieve with this;
    #top .wc-nav li.search {
    clear: both;
    float: left;
    margin-left: -900px;
    margin-top: 88px;
    position: absolute;
    width: 130px;
    z-index: 9999;
    }

    Every time I use the remove code for the top menu, one element always remains.

    Any help please?

    Pete

  • The topic ‘Mystile – Remove top menu, but add search bar next to Logo’ is closed to new replies.