• hi, does any one know how to hide the pages in the top menu, i would like to hide “cart” and “checkout” page which are not necessary as they are on top already, thanks in advance.

    here is my webiste https://dltradingau.com.au/ and i am using mystile theme

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit your navigation links and remove the following code.

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    <li class="checkout"><a href="https://dltradingau.com.au/checkout/">Checkout</a>
    
    <li class="cart">
    	<a href="https://dltradingau.com.au/cart/" title="View your shopping cart">
    		<span>
    	<span class="amount">$0.00</span><span class="contents">0 items</span>	</span>
    	</a>

    And it will remove the above links.

    Thread Starter louisapple

    (@louisapple)

    it will only remove the link not pages right?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to hide page in top menu’ is closed to new replies.