This topic has 12 replies, 5 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
In the the Theme options under ‘Header’ i have chosen to remove the ‘enable cart widget’ so that the header (top hidden bar) doesnt have the cart basket. But on the website, it is still showing!
How to i stop this?
I dont want the basket in the header bar at the top.
Hello,
Please try to check the site with some other browser. Perhaps it was cached. Also clear the cache in the current browser you’re using. And to be sure we recommend you to check the site via proxy: http://anonymouse.org/anonwww.html
Regards,
Eva Kemp.
Hello,
I have the same problem described by HLB2013. I’ve cleared my cache and tried using different computers. I’ve also uploaded a fresh copy of the theme file. Yet, the cart still exist.
Any idea what else I can try?
Thanks!
Jean
Hello jeanychiu,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Hi Robert,
Thanks for the prompt reply!
Here’s the Admin login credentials.
Thanks,
Jean
Hello jeanychiu,
You can hide cart by adding this code into custom.css file.
.header-type-6 .top-bar a {
display:none;
}
Regards,
Robert Hall.
Thanks, Robert! That worked.
However, the yellow bar shrunk as a result of that, and so the arrow for opening the “HIDDEN TOP PANEL AREA” becomes invisible. Can you let me know how to get the yellow bar back?
Thanks!
Jean
Hello,
Please, add this code.
.top-bar .container {
height:25px;
}
.header-type-6 .top-bar a {
display:none;
}
Regards,
Robert Hall.
Hi Robert,
Sadly this did not work for me?
Hello HLB2013,
That code was for another customer.
You can add this code into your custom.css file.
.header-type-3 .shopping-cart-link {
display:none;
}
Regards,
Robert Hall.
Hello Admin
I am facing the same issue, I have tried website in all browsers but cart is still there. I tried adding some of the above given code also but it does not work.
Hello @pramo,
First of all you must rename default.custom.css to custom.css via FTP in wp-content/themes/legenda directory, then enable it in Theme Options > Custom CSS.
This code should be added to custom.css file:
.header-type-4 .shopping-cart-link {
display:none;
}
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Cart Widget not removing!’' has been successfully resolved, and the topic is now closed for further responses