Hello I am trying to increase my logo size beyond the 100px limit, how do i do this?
Hey @Captainsales8
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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
