All of a sudden my hr line breaks are showing “··· instead of ***
And my blockquote is displaying “ instead of ”
If I look in the style.css file, the weird symbols are indeed there.
If I download a fresh Simple theme, the proper symbols are there instead. So my style.css is generating this for some reason. I’ve tried to manually replace the symbols in my style.css but it won’t stick. It used to be fine, so something must have gotten messed up.
What my style.css shows:
blockquote::before{color:var(--dark);content:"“";
.separator--dot::before{content:"·";
.separator::before,hr::before{content:"···";
It should be this:
blockquote::before{color:var(--dark);content:"“";
.separator--dot::before{content:"·";
.separator::before,hr::before{content:"···";