We are trying to add another logo next to our main logo in the header in the Prestige theme and understand we probably need to code this. Hopefully someone can help us.
Another question which we are also curious about is if it is possible to add a picture or logo in the footer?
You are right that you’ll need to code to display another logo next to your main logo. If I had your store URL I might be able to answer more specifically.
You’ll need to know HTML and CSS to do this.
First, you’ll open your header file and search for <img tag for your logo, the class may have the word logo in it so you can search the file for this keyword.
Next, you’ll add another img tag right after it,
Then in CSS you can style it to look proper.
To display logo in footer, Most themes like Prestige etc. already have the option to display logo in the footer from theme customizer.
Thank you for your answer! The store URL is www.ektahelsinki.fi and we are trying to add one image (or logo) next to the main logo in the middle to the right and another image to the left of the main logo, so 3 in total.
Would be great if you are able to help with the code, If you are able to help with the code I can try to do it myself.