Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
hi how would I add my logo to footer where has been circled? Thanks in advance
My website CeebeeLondon.com
Hi @Ceebee2
Dawn theme has option to add Image block at Footer by default
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is Richard from PageFly - Shopify Page Builder App
Hi @Ceebee2 Please follow guide here to add logo in your footer theme:
<div class="logo-container">
<img src="https://st2.depositphotos.com/4035913/6124/i/950/depositphotos_61243733-stock-illustration-business-company-logo.jpg" alt="Logo" class="logo" alt="" />
</div>
<style>
.logo-container {
height: 300px;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}
.logo {
max-width: 100%;
max-height: 300px;
object-fit: contain;
}
</style>
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.