Home › Forums › Iconic One Pro Support › Code Block Syntax Highlighter › Reply To: Code Block Syntax Highlighter
July 20, 2022 at 5:21 pm #6754
yubi
Participant
Thank you for your quick response.
I want another help.
How to make code block compact. Currently, my code is not compact. It has lots of line breaks and spaces.
When I use language-css class from css in code tag like following:
<code class=”language-css”>
// My code here
The code displays nicely.
I have added that class manually doing inspect element.
Could you please help me to add that class to my code tag like I can override custom css?
Note: I don’t have the implemented CSS code for that class. If I can get the css code for that class that is also ok. Because I can add that css to my custom css file
Thank you