change "enter using password" text on password page

Solved

change "enter using password" text on password page

ExoticSouls
Explorer
114 0 15

hello, can somone tell me where the code is located for the "enter using password" so i can change it?

 

Screenshot 2023-01-17 at 5.39.08 PM.png

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3103

This is an accepted solution.

Hi @ExoticSouls 

This is Victor from PageFly - Shopify Page Builder App

 

You can try to edit the default content of the theme by 

Step 1: Online Stores > Themes > More Actions > Edit default theme content 

Step 2: Find the text “Enter using password:” In password, page  > and Replace it with your content

PageFlyVictor_0-1674004848434.png

 

Hope this can help you solve the issue 

 

Best regards,

Victor | PageFly

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1785 3103

This is an accepted solution.

Hi @ExoticSouls 

This is Victor from PageFly - Shopify Page Builder App

 

You can try to edit the default content of the theme by 

Step 1: Online Stores > Themes > More Actions > Edit default theme content 

Step 2: Find the text “Enter using password:” In password, page  > and Replace it with your content

PageFlyVictor_0-1674004848434.png

 

Hope this can help you solve the issue 

 

Best regards,

Victor | PageFly

ExoticSouls
Explorer
114 0 15

worked thank you! also how can i take out the underline?

PageFly-Victor
Shopify Partner
7865 1785 3103

@ExoticSouls  Please add this code to your theme.liquid above the </head>

<style>
.__pf_password-btn {
text-decoration: none !important;
}
</style>