Hello @benidesign
If you prefer not to modify your Liquid code, there is an alternative method available. Follow the steps outlined below.
- Add the below code in theme.css at the bottom of the file
.header-icons:before {
content: "";
background-image: url(https://www.maui-girl.com/cdn/shop/files/maui-girl-logo-inline_2x_e2976d42-aade-4756-bee8-8aae364f23f3_250x.png?v=1683919658) !important;
width: 200px;
text-align: right;
background-position: center;
background-size: cover;
margin-right: 20px;
}
- Replace the image URL with the one you want to use for adding the image
