All things Shopify and commerce
Hi @stitchesdxb ,
Please follow the steps below to implement the solution:
1. In your Shopify admin, navigate to Online Store under Sales Channels. Click the three dots next to the theme you want to edit, and select Edit Code.
2. Locate the main CSS file in your theme, such as `main.css`, `theme.css`, `base.css`, or `style.css`, It would be 'base.css ' here since you are using dawn theme and add the following CSS code:
h2#FooterLanguageLabel {
display: none;
}
Result:
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
Hello @stitchesdxb
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
h2#FooterLanguageLabel {
display: none !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @stitchesdxb
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-footer.css
add this code at the end of the file.
.footer__localization h2 {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
@stitchesdxb Please follow the below steps to remove the text "Language" title from the footer section. Let me know whether it is helpful for you.
<!-- <h2 class="caption-large text-body" id="FooterLanguageLabel">
{{ 'localization.language_label' | t }}
</h2> -->
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025