Hi there!
I am using the Refresh theme and I would like to remove the Search and User icons.
I can’t find the option, can you help me?
Website: https://plenitudvital.es/
Thanks!
Goal: Remove/disable the Search and User (Account) icons in the Shopify Refresh theme.
Key points:
Proposed solution (most consistent):
Alternative (less clear):
Context/notes:
Status: No confirmation from the original poster that the solution was applied; discussion appears open.
Hi there!
I am using the Refresh theme and I would like to remove the Search and User icons.
I can’t find the option, can you help me?
Website: https://plenitudvital.es/
Thanks!
Hi there,
There is not standard setting for this. But you can change the code if you feel comfortable. It is quite an “easy” task if you feel up for it.
@kingdom2 avoid spamming labels all you do is add noise to the forums making it harder for future searches, and set yourself up to be ignored
when you have real difficult problem by those that block low effort or spammy posts.
Use search, styling icons, hiding icons, is a very common topic for Dawn based themes
Hi @kingdom2
Try this one.
.header__icon--search, a.header__icon.header__icon--account {
display: none;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @kingdom2
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hello @kingdom2
.header__icon--search, a.header__icon.header__icon--account {
display: none;
}