Custom CSS works in brizy, but not on live published site
I have added a custom CSS rule to a specific text element (by assigning a CSS Class and writing the rule in the Custom CSS panel). The styles apply and display perfectly within the Brizy. However, when I save the page and view the live, published version of the website, the custom CSS is not applied at all.

0
-
Hi,
Thank you for contacting us.
Could you please try adding an !important tag to your CSS rule and see if that fixes the issue on the published page?
.le-60 {
text-indent: 60px !important;
}Best regards,
Ariel H.1 -
Thank you Ariel H, the error is now fixed. Appreciate the help!
0
Please sign in to leave a comment.
Comments
2 comments