Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Displaying weird symbols: separator and blockquote

  • #11552
    Avatar photo[anonymous]

    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:"···";
    #11553
    Avatar photo[anonymous]

    publii-hr-1