How do i make the logo bigger than 100px?

Hello I am trying to increase my logo size beyond the 100px limit, how do i do this?

Hey @Captainsales8

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
img.header-logo__image {
    width: 120px !important;
    height: 120px !important;
}
</style>

RESULT:


Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.

Best,
Moeed