Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I added this Custom CSS to my Custom Liquid:
a {
align: center;
color: #000;
font-size: 16px;
text-decoration: none;
}
And it won't let me save the template. When I remove this section, I can save it. Why is that so?
Solved! Go to the solution
This is an accepted solution.
Hello @jiane 👋
I think you missed the <style> tag
<style>
a {
align: center;
color: #000;
font-size: 16px;
text-decoration: none;
}
</style>
This is an accepted solution.
Hello @jiane 👋
I think you missed the <style> tag
<style>
a {
align: center;
color: #000;
font-size: 16px;
text-decoration: none;
}
</style>
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025