Avada › Forums › Community Forum › Help with extra link/icon on the Horizontal Menu
-
AuthorPosts
-
Hello
How can I take OUT the cart icon/link that it adds by itself (WHY?) on the horizontal menu?https://secure.helpscout.net/file/141183206/74d73d62a29af0cbf9502a5d4d714cc3e370bfdf/footer.jpg
Hello
I got this answer form the Avada Theme support and it works like a charm!Please add the below CSS into your Theme Options -> Custom CSS section.
.menu-item-20638 > a:nth-child(1):after { content: ” !important;}
.fusion-widget-cart-icon {display: none !important;}Thanks a lot to Muhammad Hassan
This is very frustrating, because although the cart icon has disappeared, the counter and text are still there!
https://snipboard.io/9J6RMb.jpg
Is there a way to also remove the counter? Thank you!
We still have this problem with our site. And the suggested way (.menu-item-20638 > a:nth-child(1):after { content: ” !important;}.fusion-widget-cart-icon {display: none !important;}) doesn’t work for us! Does anyone know a better solution?
Came across this thread when I was looking for a solution to the same problem. I added the following to danUlysses’ code to get rid go the counter as well as the cart icon:
.fusion-widget-cart-counter {display: none !important;}
The link to the cart is still present, but it’s invisible. Hope this helps someone.
-
AuthorPosts
- You must be logged in to reply to this topic.