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
I need to add two different logos in the upper left side of my page. Can someone please help walk me through this.
@localdog , hey, thanks for posting here.
Can you please share the link so we can inspect it?
Or which theme are you using?
thanks
Hey @localdog,
I'd be happy to help you add two different logos to the upper left of your page! Just to make sure I give you the best guidance, could you clarify what you mean by "two different logos"? Are you looking to:
In the meantime, here's the general process for most scenarios:
Step 1: Upload Your Logos
Step 2: Edit Your Header
Step 3: Add Your Code This depends on what you're trying to achieve, but here's a basic example for side-by-side logos:
<div class="dual-logo-container"> <img src="{{ 'logo-1.png' | asset_url }}" alt="Logo 1" class="logo-primary"> <img src="{{ 'logo-2.png' | asset_url }}" alt="Logo 2" class="logo-secondary"> </div>
Step 4: Style with CSS Add this to your theme's CSS file (base.css):
.dual-logo-container { display: flex; align-items: center; gap: 10px; }
What's your theme name? This will help me give you more specific instructions!
Let me know which scenario fits what you're trying to do and I'll walk you through the exact steps! 😊
Cheers!
Shubham | Untechnickle
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
Hi my theme name is the Dawn theme.
that is one of the images and here is the primary company logo. the first image is only for the kidswear.
https://admin.shopify.com/store/local-dog-charleston/content/files/36895286821097?selectedView=all
Hi, I added my information below
@localdog sanest approach is to just make one image with both logos, has the upshot of being used everywhere else in the process including multichannel.
Otherwise for just the online sales channel that's an advanced theme customization.
If you need this customization then contact me for services.
Contact info in forum signature below ⬇ ⬇ ⬇.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Hi @localdog,
Please send the website link, I will check it for you