No content to show
User Activity
11-14-2024
Hi @Pietertje Try this:Go to Online Store > Themes.Click on the three dots next to your theme and select Edit Code.In the left-hand sidebar, search for and open theme.liquid.Add the following code right before the </head> tag: <style>
.scrolled-pa...
@AaronS89291 I'm glad it worked! And I saw that you already found a solution for the footer.Feel free to reach out if you need anything!Cheers,Foladun | Customer Account Deluxe
@AaronS89291 Almost there! Try replacing the previous code I provided with the following:#shopify-section-main-password-header > div {
background: none;
position: absolute;
width: 100%;
z-index: 1;
top: 0;
left: 0;
}
.passwo...
@AaronS89291 Ok - try this, always at the end of section.password.css:#shopify-section-main-password-header > div {
background: none;
position: absolute;
width: 100%;
z-index: 1;
top: 0;
left: 0;
} Best regards,Foladun | Cust...
Hi @bdvecom,Try this:Go to Online Store > Themes.Click on the three dots next to your theme and select Edit Code.In the left-hand sidebar, search for base.css and open it.Add the following code at the end: product-info .price.price--large.price--on-s...
@AaronS89291Thanks for the password! What's the link though?Best regards,Foladun | Customer Account Deluxe
@Hi @bdvecom,Foladun here from the Customer Account Deluxe App team. Could you please share the store URL and password if required, so I can assist further?Best regards,Foladun | Customer Account Deluxe
@AaronS89291 I see. Can you share a link to the password page? It'll help me provide a better solution since it's a bit tricky to figure it out without seeing the code.Best regards,Foladun | Customer Account Deluxe
Hi @AaronS89291,try replacing it with just this:#shopify-section-main-password-header > div {
background: none;
} Let me know if this works.Best regards,Foladun | Customer Account Deluxe
11-14-2024
Hi @Pietertje,Foladun here from the Customer Account Deluxe App team. Thank you for sharing the store URL. Could you please provide the store password, so I can take a closer look? Best regards,Foladun | Customer Account Deluxe
Hi @SinghSells,Foladun here from the Customer Account Deluxe App team. Could you please provide more details about the component you are referring to? Are you aiming to auto-close collapsible rows in the product description on the product template o...
Hi @baynojayson,Foladun here from the Customer Account Deluxe App team. Could you please share the store URL, so I can assist further?Best regards,Foladun | Customer Account Deluxe
Hi @AaronS89291,Let's try this updated approach. The process remains the same, but the code and file you'll edit have changed:Go to Online Store > Themes.Click on the three dots next to your theme and select Edit Code.In the left-hand sidebar, search...
Hi @Alykhan101,I'm really glad it worked If you're looking to add more advanced customizations to your account page, I recommend checking out our Customer Account Deluxe app. It offers a modern, customizable customer account page, which includes:A s...
Add the following code right after the <div class="form-container sign-in-container"> tag: {%- form 'recover_customer_password', novalidate: 'novalidate', id: 'recover' -%}
{% assign recover_success = form.posted_successfully? %}
<h1 class="padd...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
193 | 11-14-2024 07:39 AM | |
307 | 11-14-2024 05:39 AM | |
202 | 11-14-2024 04:58 AM | |
221 | 11-13-2024 01:57 AM | |
266 | 11-12-2024 11:31 PM |