HELP: Online store session can't be published

Solved

HELP: Online store session can't be published

jiane
Tourist
7 0 1

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
1052 203 229

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
1052 203 229

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