How can i remove the word Language from here in the footer?
Website is
Hi @stitchesdxb ,
Please follow the steps below to implement the solution:
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
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
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.
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.