We are using Prestige, adding a custom CSS file in the Theme which I can see in the source and the destination address.
Using Custom CSS blocks to build the page. When i add the custom CSS in the theme editor it works when I move the CSS to the custom CSS file it is not working.
An example, the below CSS when in the CustomCSS section is fine, when moved to the new asset custom css file dow not work at all.
Can anyone help me understand why this could be happening?
link rel="stylesheet" href="//cdn.shopify.com/s/files/1/0713/6860/5992/t/4/assets/DCAtheme.css?v=32621775944407451351676979948"
.word-OB {
background-color: #7848b9;
padding: 5px;
color: #1f1f1f;
font-weight: 999;
padding-left: 10px;
padding-right: 10px;
border-radius: 5px;
}
It is happening with all css code moved from the section to the actual sheet.
thanks