- This topic has 4 replies, 2 voices, and was last updated 10 years, 4 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › General Stuff › WP Custom CSS Settings – Adding Extra Backslashes
Tagged: css, custom css
Each time I save WP Custom CSS Settings that have quoted attributes, additional backslashes are added.
For example,
div.Test1 {
font-family: \\\”lucida sans\\\”,Arial,Geneva,Chicago,sans-serif;
}
div.Test1 {
font-family: \\\\\\\”lucida sans\\\\\\\”,Arial,Geneva,Chicago,sans-serif;
}
Richard Harding
Hi Richard, Are you using version 1.1? I made a fix for this in version 1.1:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Yes – it is version 1.1
Richard…
Please download v1.2 now from here (I have applied a small fix):
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Great – thank you.
Richard . . . .