Custom CSS Randomly deleting \ in code for block quote
-
Here is my code in my custom css field:
blockquote:before {
font-family: Georgia, serif;
position: absolute;
font-size: 6em;
line-height: 1;
top: 0;
left: 0;
content: “\201C”;
color: #502d7f;
}The \ in the content line will appear to save, and it will work for a time and the quote looks right, but then it will start displaying 201C and I go back to the custom css and the \ has been deleted. Any idea why or how I can prevent it from deleting. I am using the Graphene theme.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom CSS Randomly deleting \ in code for block quote’ is closed to new replies.