Bullet Theme - How can I adjust the size of my logo and icons without altering the header bar?

i’m trying to change the size of logo on header without affecting the width of the header.

Hi @ouani

Could you share your store URL?

www.ouani.co

Please crop your logo to remove the blank at the top and bottom so you can increase its size. Then, add this code to Custom CSS in your Online Store > Themes > Customize > Theme settings, and increase the size of the icon without affecting the height of your header.

.main-header header .accounts a.no-style { padding: 0.4rem; }
1 Like

Thank you very much. That worked.

1 Like

You are very welcome!