HELP: Online store session can't be published

Solved
jiane
New Member
7 0 0

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?

Accepted Solution (1)
ZenoPageBuilder
Shopify Partner
824 148 165

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>

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Reply 1 (1)
ZenoPageBuilder
Shopify Partner
824 148 165

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>

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com