Viewing 3 replies - 1 through 3 (of 3 total)
  • you can add below code to your theme style.css

    ul.mini-cart {
      display: none;
    }
    Thread Starter SandyTheApple

    (@sandytheapple)

    Thank you very much, terrytsang. Your code has solved my issue. There’s one last issue I need help on. How can I center the top banner, and navigation links? Currently one is way to the right, and the other is too much to the left.

    Screenshot: http://i.imgur.com/6qDR1vd.jpg

    Hi Sandy, you are welcome. You need to change your theme css that start with:

    #logo {....margin:0 auto;}
    #navigation{...margin:0 auto;}

    add “margin:0 auto;” at the end of closing braces for each id. I am not sure it will be working, but worth a try.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove "view cart" from page’ is closed to new replies.