Reformation theme - How to Reduce Header icon (Search, login,cart)

Solved

Reformation theme - How to Reduce Header icon (Search, login,cart)

noend
Excursionist
17 1 7

Hello there

 

Can someone point me or explain how to code for adjusting the Reduce Header icon (Search, login,cart) smaller than now? 

Link: https://noenddenim.com/

截屏2024-09-17 下午2.16.14.png截屏2024-09-17 下午2.09.26.png

Thank You !

Accepted Solutions (2)
Made4uo-Ribe
Shopify Partner
8269 1980 2430

This is an accepted solution.

Can you try to paste on the app.css? If not paste on the theme.liquid. 

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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
a.thb-secondary-area-item.thb-secondary-myaccount {
    font-size: 12px;
}
.thb-secondary-area.thb-header-right svg {
    width: 15px;
    height: 15px;
}
</style>

 

And Save. 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

noend
Excursionist
17 1 7

This is an accepted solution.

Thank you so much!!!! 

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
8269 1980 2430

Hi @noend 

This won't be user-friendly if the icons are barely visible to the users. 

Check this one then. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

 

a.thb-secondary-area-item.thb-secondary-myaccount {
    font-size: 12px;
}
.thb-secondary-area.thb-header-right svg {
    width: 15px;
    height: 15px;
}

 

 

And Save. 

Result:

Made4uoRibe_0-1726609617886.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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
noend
Excursionist
17 1 7

Hi there!

 

Thank you so much for helping. I can't find either of main.css(base.css, style.css or theme.css) in the asset folder is there other names?

 

截屏2024-09-17 下午2.50.57.png

Made4uo-Ribe
Shopify Partner
8269 1980 2430

This is an accepted solution.

Can you try to paste on the app.css? If not paste on the theme.liquid. 

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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
a.thb-secondary-area-item.thb-secondary-myaccount {
    font-size: 12px;
}
.thb-secondary-area.thb-header-right svg {
    width: 15px;
    height: 15px;
}
</style>

 

And Save. 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
noend
Excursionist
17 1 7

This is an accepted solution.

Thank you so much!!!!