- This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Top of Page Area’ is closed to new replies.
Home › Forums › Trusted Pro › Top of Page Area
How can I remove or hide the User/Cart from the top of my pages?
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;
}
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
Check out one of the many WooCommerce catalog plugins to give you the option of turning add-to-cart into something like you describe.