How to add text beside header icons in MINIMOG theme
Website - https://next.minimog.co/
sample like -

A user seeks to add text labels beside header icons in the MINIMOG Shopify theme.
Initial Solutions Provided:
.sf__tooltip-item and .sf__tooltip-content classesFollow-up Issues:
Status: The discussion remains open with the user awaiting guidance on refining the cart and wishlist icon appearance. The core text-beside-icons issue appears resolved, but cosmetic adjustments are still needed.
How to add text beside header icons in MINIMOG theme
Website - https://next.minimog.co/
sample like -

Please add the following CSS to your assets/theme.css bottom of the file.
.sf__tooltip-item .sf__tooltip-content {
background: transparent !important;
color: #000 !important;
padding: 0rem 0rem !important;
float: right !important;
position: relative !important;
visibility: inherit !important;
opacity:1!important;
}
.sf-header__desktop .w-\[18px\] { float: left !important;}
.sf-header__desktop .sf__tooltip-content:after {display:none !important;}
.sf-header__desktop .w-\[20px\] {float: left !important;}
Thanks!
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.sf__tooltip-item.sf__tooltip-bottom .sf__tooltip-content {position: inherit !important; display: block !important; opacity: 1 !important; visibility: inherit !important; background: none !important; color: #000 !important;padding-left: 0 !important;}
.sf__tooltip-item.sf__tooltip-bottom .sf__tooltip-content:before, .sf__tooltip-item.sf__tooltip-bottom .sf__tooltip-content:after {display: none !important}
.sf__tooltip-item {display: flex; align-items: center;}
Regards,
San
its really helpful !
can u also please rectify this bubble on Wishlist and cart

Can we do bubble like this beside cart text
