Can you help? – I wanted to add the following code to the custom CSS section in my theme admin (I am using Dawn 8.0):
.product_description li::before {
content: "\2713";
}
I have some more CSS code besides this which works perfectly fine; just as soon as I add the code above, the theme refuses to save the changes; also, the styles are – naturally – never applied.
I did not try to add this CSS code by editing any code files. Editing code files is exactly what I try to avoid.
I add this CSS code via the new “custom CSS” function in the theme admin where I can add CSS code to a section specifically.
Thank you in advance.