Move location of cart items

Is it possible to move the location of the Woo Commerce cart item/s (string) and icon from the header to the shop page body?

Or failing that, just on the header for the shop pages, not the entire site?

Comments

  • Hi,
    Sorry but this is not possible, we can disable the shop icon and enable it only on shop pages with custom css, please send a link to our website.
    thanks
  • I just realised I can target the non-shop pages with the in page CSS

    .top_bar_right {
    display:none;
    }

    DOH!
  • Sorry, for people reading this, what I mean by 'in page CSS' is that BeTheme has a dedicated CSS textbox on every page which only affects that page.

    Usually I would use the global child theme CSS or the global 'BeTheme options' CSS (next to the Custom Js)
Sign In or Register to comment.