Shopify themes, liquid, logos, and UX
Hello, can someone give me the code to remove my Menu, Search, and Cart icons and just have the text like this site (https://braveststudios.com/)
My site is (https://royalsurge.shop/collections/all) password is 333
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hey,
Add this code in assets/base.css or your custom css file
summary.header__icon.header__icon--search :before {
content: 'Search';
opacity: 1;
font-size: 18px;
margin-right: 40px;
}
summary.header__icon.header__icon--search svg {
opacity: 0;
}
a#cart-icon-bubble svg {
opacity: 0;
}
a#cart-icon-bubble:before {
content: 'Cart';
font-size: 18px;
}
summary.header__icon.header__icon--menu:before {
content: 'Menu';
font-size: 18px;
}
summary.header__icon.header__icon--menu svg {
opacity: 0;
}
if you're unable to fix this and need my help, Feel free to dm me!
This is an accepted solution.
Hey,
Add this code in assets/base.css or your custom css file
summary.header__icon.header__icon--search :before {
content: 'Search';
opacity: 1;
font-size: 18px;
margin-right: 40px;
}
summary.header__icon.header__icon--search svg {
opacity: 0;
}
a#cart-icon-bubble svg {
opacity: 0;
}
a#cart-icon-bubble:before {
content: 'Cart';
font-size: 18px;
}
summary.header__icon.header__icon--menu:before {
content: 'Menu';
font-size: 18px;
}
summary.header__icon.header__icon--menu svg {
opacity: 0;
}
if you're unable to fix this and need my help, Feel free to dm me!
Worked great! Is there any way to remove the under line and also make it match the rest of the font?
Add this too!
.header__icon, .header__icon--cart .icon{
text-decoration:none!important;
}
summary.header__icon.header__icon--search :before,a#cart-icon-bubble:before {
font-family: var(--font-heading-family) !important;
}
That worked but now there is this at the bottom... How would i remove that?
can you please share the screenshot of the file where you paste the code
Never mind, i figured that out! One more think if possible, how could i add an image as my background for just my home page specifically? Thank you so much for your help!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025