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 and the quote looks right until I go back into custom css to change anything, when I reload it, the is missing, so then the page will start displaying 201C. How can I keep it from deleting the ?