- This topic has 11 replies, 3 voices, and was last updated 5 months, 2 weeks ago by .
Viewing 12 posts - 1 through 12 (of 12 total)
Viewing 12 posts - 1 through 12 (of 12 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Remove “My Cart” icon in the header menu
Hello, how can I remove the My cart icon and the $0.00 from header menu?
I use woo commerce for the product catalog but not for online shop.
Thanks a lot.
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header-extras { display:none;}
Regards,
Chris
Hi Chris,
It not work. the cart and amount still here.
Here is my code in CSS:
.tabs.wc-tabs, .post_head { display:none;}
.single-product .mywrap { position: relative;}
.header-extras { display:none;}
span.desc{display: none;}
@media screen and (max-width: 479px) {
.auto-parts-products-box {
width: 49% !important;
vertical-align: top;
}
}
Thanks 🙂
Hi,
Kindly show us your website URL?
Regards,
Chris
www.riccosmart.com
Thank you
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header-extras {display:none !important;}
Regards,
Sonal S Sinha
It works, thank you 🙂
🙂
Hi I got another problem after the code, please find the image : https://jumpshare.com/s/yuT7vbNrreq5IvvYnzyQ
The “My cart” was gone, but my menu seems cannot be in center.
Thanks 🙂
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#topmenu { padding-right: 0;}
Regards,
Chris
It work! Thank you 😀
Great 🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]