Can anybody help with this?
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
- From Admin page, go to Online Sore > Themes.
- Choose the theme you want to edit and click the three dots “then Edit code.” This should open the code editor.
- Under the Section folder on your left, open the main-product.liquid
- Find the code <div class=“product__title” {{ block.shopify_attributes }}>
- 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
-
Next, open the base.css under the Asset folder
-
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