CSS Print Method Internal Embedding removes back slash from Custom CSS
-
I setup the CSS Print Method is Internal Embedding.
From one of modules, I used the Custom CSS like below:selector .elementor-title:after{ content: "\f5e4"; font-family: 'Font Awesome 5 Free'; display: inline-block; margin-left: 15px; color: var( --e-global-color-accent ); }Instead of printing out the car icon, it prints out the text “f5e4”
I used the Inspector to see the code generated, it lost the back slash (\).
I tried to change the CSS Print Method back to External File, it works fine.
So I guess this is an issue with the Internal Embedding. Can you please check?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘CSS Print Method Internal Embedding removes back slash from Custom CSS’ is closed to new replies.