Add an image to login page

Add an image to login page

yrt3
Excursionist
38 0 7

Hi, I'm using Dawn theme. How can I add an image to the login page?

(for example, on the right side of the form on the computer and be friendly on the phone)

Replies 6 (6)

suyash1
Shopify Partner
10715 1323 1699

@yrt3 - please open login page in customize setting and check if you have an option to add image to it, if no then it will need code editing

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
yrt3
Excursionist
38 0 7

Hi and thanks for your reply, I already opened and there isn't any option of adding image. I need code.

suyash1
Shopify Partner
10715 1323 1699

@yrt3 - then this is the html code for image which you can add to your page, your image url should be added in double quotes

 

<img src="your image URL" style="max-width:100%;">

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
yrt3
Excursionist
38 0 7

Where to paste it? I want it will be in the right side from the login form. Thanks

Sam_Mahmud
Shopify Partner
295 9 18

Hi Yrt3,

 

In the theme editor, navigate to the section that controls the login form. It might be named "Login" or "Customer Login."

 

Within the login section settings, look for an option to add custom HTML or code. Paste the following code snippet, replacing 'your_image_url' with the actual URL of your uploaded image:

HTML
<div class="login-image-container">
<img src="your_image_url" alt="Login Page Image">
</div>

 

let me know if it works. if you need futher assistance feel free to ask. 

thanks

Your COFFEE TIP! Can Create something incredible!
Require Assistance with website design or enhanced conversion tracking Via Google Tag Manager GTM ?
sam.analyst4@gmail.com! or WhatsApp!
Solved? accept it as solution with like
yrt3
Excursionist
38 0 7

Where to paste it? I want it will be in the right side from the login form. Thanks!