How can I remove the heading “Language”? website: www.10xfuel.com
Hi @10xfuel
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
#FooterLanguageLabel {display: none !important;}
Regards,
San
Hi @10xfuel ,
This is David at SalesHunterThemes.
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Assets folder → base.css file.
Add this following code at the bottom of page.
.caption-large#FooterLanguageLabel {
display: none !important;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
