Tamara Logo on Footer¶
Upload Tamara logo to your files folder: https://shopify.com/admin/settings/files
Click on ‘Copy link’ > Copy the image URL
Edit the sections/footer.liquid
file.
Add the below code snippet above the line > Save.
<li class=""><img class="icon payment-tamara" src="https://cdn.tamara.co/assets/png/tamara-logo-badge-en.png"></li>
The logo will appear on your page footer now, but may seem very large depending on the size of the logo that you have uploaded.
To adjust the sizing, you may use the ‘class’ that was applied and add CSS code to style it.
Edit the assets/theme.css
or assets/theme.liquid
file
Add the below code snippet (for e.g.) > Save.
.payment-tamara {
width: 60px;
}