Shopify themes, liquid, logos, and UX
hello, can somone tell me where the code is located for the "enter using password" so i can change it?
Solved! Go to the solution
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
Hope this can help you solve the issue
Best regards,
Victor | PageFly
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
Hope this can help you solve the issue
Best regards,
Victor | PageFly
worked thank you! also how can i take out the underline?
@ExoticSouls Please add this code to your theme.liquid above the </head>
<style>
.__pf_password-btn {
text-decoration: none !important;
}
</style>
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024