Hello !
I would like to add an image at this place on the computer header as well as on mobile but I don’t know how to do with the code… someone can help me? thanks in advance!
Hello !
I would like to add an image at this place on the computer header as well as on mobile but I don’t know how to do with the code… someone can help me? thanks in advance!
@sibdvck ,
Check the theme customizer if it is having option to add any custom section.
If it is not then you can add this code into your header.liquid file.
First upload the file in your store and use this code
{{ 'logo.png' | asset_url | img_tag: 'The Soap Store' }}
Also you can create a new section for header section