I need to add my logo to my product description in taste theme

I need to add my logo to my product description in taste theme

GreggFortunato
New Member
5 0 0

Can anybody help with this?

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10092 2398 3030

Hi @GreggFortunato 

In your admin page under products, you just need to add the image in the product description. Click the image button, see image below

Made4uoRibe_0-1728676293026.png



If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
GreggFortunato
New Member
5 0 0
My mistake. I want to make the title my logo
Made4uo-Ribe
Shopify Partner
10092 2398 3030

You mean your product title? If so, please follow the instructions below

1. From Admin page, go to Online Sore > Themes.
2. Choose the theme you want to edit and click the three dots "then Edit code." This should open the code editor.
3. Under the Section folder on your left, open the main-product.liquid
4. Find the code  <div class="product__title" {{ block.shopify_attributes }}>
5. Make a new line under it and insert the code below, then SAVE

NOTE: Change the logo link to your own

 <img src="logo_link" alt="" width="50" height="50">

 

See image for placement

Made4uoRibe_1-1728678089781.png

 

6. Next, open the base.css under the Asset folder

7. Add the code below at the very end, then SAVE

.product__title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
GreggFortunato
New Member
5 0 0
Thank you but how do i find my logo link?

Made4uo-Ribe
Shopify Partner
10092 2398 3030

Hi @GreggFortunato 
You have to use developer tool. Do you mind sharing your website link? I can get it for you

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.