Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey, Having trouble publishing my store due to custom CSS for the image banner heading. Here's the code I'm using
.banner__heading::before {
content: "WALL ART OPTIONS";
display: block;
color: black;
font-weight: bold;
font-size: 80%;
}
I've also attached a screenshot of the heading that I'm trying to add. Despite applying this CSS, I'm unable to publish the store. Can anyone assist with troubleshooting this issue? I have tried different browser and incognito tab.
Hi,
Can you provide your store url
Hi @harsh300969. This is bad approach to add text value within css in shopify (localization issues). Why not just extend section with additional html and add setting to schema?