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

Can anybody help with this?

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

My mistake. I want to make the title my logo

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


See image for placement

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

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

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

Thank you but how do i find my logo link?

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