Unable to edit Dawn theme footer section

Solved

Unable to edit Dawn theme footer section

socconnor
Excursionist
40 1 11

Hi all, 

 

Can anyone help remove the below section of the footer. It doesn't seem to be an available section to edit. I think this is possibly generated by an installed app? Any help is greatly appreciated. 🙂

 

socconnor_0-1720573464218.png

 

Thanks, 

Steve

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4950 1110 1793

This is an accepted solution.

Hi @socconnor 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.locale-selectors__container {
display: none !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

AnneLuo
Shopify Partner
1293 228 265

Hi, @socconnor 

Please share the store URL so that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

PageFly-Richard
Shopify Partner
4950 1110 1793

This is an accepted solution.

Hi @socconnor 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.locale-selectors__container {
display: none !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

socconnor
Excursionist
40 1 11

Thanks so much Richard. That worked.