How can I eliminate the currency box from my landing page?

Hi,

I’ve set up a marketing landing page and had someone in the community help me with code to remove the header and footer. It has worked perfectly. However, I have a currency box at the bottom of the page. It is throughout my site and is not in the footer. I switched the footer version of because of this one.

How do I get rid of this. I can cope with it being on all other pages but definitely not the marketing campaign landing page. I’ve looked in the Currency settings and can’t see if it is something I have switched on.

The landing page is a separate page template so I don’t know if there is any code I can add to remove it specifically from this page. Does anyone know?

Cheers

Hey @WildLilli

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Hi @WildLilli Please share your store URL and password if protected. So I can help you out.

Hello,

Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.

Also, provide Landing page URL

Thank you

Hi,

So many replies - the landing page is https://wildlilli.com/pages/printable-art-revolution-guide. It’s not password protected.

Cheers,

Hey @WildLilli

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

@WildLilli
Please go to

  1. Online store
  2. Themes → Edit theme
  3. Layout
  4. theme.liquid and paste this code before
{% if page.url contains "printable-art-revolution-guide" %}

{% endif %}

If it was helpful, then please like and accept it as a solution.

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Rock Technolabs

HI @WildLilli

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

label#country_code_label {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hi Moeed,

I tried your option being first on the list to respond. It has worked. Thank you.

@Hardik29418, @RockTechnolabs @PageFly-Henry

Thank you for your suggestions as well. I didn’t get to try them as @Moeed suggestion worked for my immediate prob. I’ll test all your options for a sitewide resolution later.

Cheers, Angela

1 Like

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.