Hi @_frida ,
it’s because you have to add that css in between tag.
Thank you
A user encountered CSS code displaying visibly in their store’s footer instead of being properly rendered. The root cause was identified as CSS code added directly to the theme without being wrapped in <style>...</style> tags.
Solution provided:
</body> tag)<style> tags to retain functionality, or remove it entirelyA screenshot was shared demonstrating the improperly placed code. The original poster confirmed the solution resolved the issue successfully.