preformatted text
-
How do I remove the yellow tag with the “<|>” at the end of the text when I choose the “preformatted” text option?
The blog I need help with is: (visible only to logged in users)
-
Hi there – give this a try in your custom CSS and let me know how it goes:
pre::before { background-color: transparent; content: " "; }
- The topic ‘preformatted text’ is closed to new replies.