Bug in Custom CSS Option
-
There is a serious bug in the Custom CSS editor (Appearance → Customize → Layout Options → Additional Style) that is being used by this theme. Any CSS property which uses a single quote (‘) or double quote (“) in the property value will have that character changed into an escape character, making the property invalid. For example:
a { font-family: 'Times Roman'; }becomes:
a { font-family: 'Times Roman'; }Of course, a work around would be to install a custom CSS plugin, but this is pretty bad, a CSS editor shouldn’t be making any character substitutions like that.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Bug in Custom CSS Option’ is closed to new replies.
