Home Forums Trusted Pro Top of Page Area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10700
    Andrew Harrold
    Participant

    How can I remove or hide the User/Cart from the top of my pages?Cart

    #10705
    Yazmin
    Keymaster

    It is a good thing to have on your e-commerce site.

    If your site is not e-commerce, disabling the WooCommerce plugin will remove the login and the cart.

    If for some reason you are running WooCommerce but want to hide these, add this CSS in ‘Appearance’ >> ‘Customize’ >> ‘Additional CSS’

    .top-login, .top-cart {
        display: none;
    }
    #10723
    Andrew Harrold
    Participant

    Hi Yazmin, Thats just perfect Thanks.

    I sell tractors and implements, and I want to showcase them in the shop and allow people to select them with guide prices, but depending on where they are, what the order and quantities I can provide bespoke pricing and support. Any sales transaction would be done once this was agreed on. So although its a shop, its guide prices only. Is there a way for people to check out, for me to be notified what they selected, and then contact them for a chat and discuss pricing options etc?

     

    Thanks Andy

     

     

    #10725
    Yazmin
    Keymaster

    Check out one of the many WooCommerce catalog plugins to give you the option of turning add-to-cart into something like you describe.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Top of Page Area’ is closed to new replies.