Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: How can I remove the search icon and center the logo a little more?

Solved

How can I remove the search icon and center the logo a little more?

MoonGlow
Tourist
4 0 3

IMG_5010.jpeg

I would like to remove the search icon and center my logo a little more.

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9079 2170 2679

This is an accepted solution.

Hi @MoonGlow 

Its not look like center cause its more icons on the right than the left. Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9079 2170 2679

This is an accepted solution.

Hi @MoonGlow 

Its not look like center cause its more icons on the right than the left. Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
MoonGlow
Tourist
4 0 3
Made4uo-Ribe
Shopify Partner
9079 2170 2679

Thanks for the information. Please check this to remove your search icon. Also, I removed the small padding on the right of the cart so it will be level with the menu. This change will only be visible on mobile.

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    display: none;
}

.header__icons {
    padding-right: 0px;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1707695673911.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
MoonGlow
Tourist
4 0 3

yes it worked, thank you very much

Made4uo-Ribe
Shopify Partner
9079 2170 2679

welcome!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.