• Resolved adzetko

    (@adzetko)


    Hi, I tried using some > selectors in my custom CSS, something like this:

    .card > *

    But I think it might get parsed when writing it into the database, so the browser reads it like this:

    .card > *

    My website uses the French locale, I don’t know if that’s relevant though but here it is, just in case

Viewing 1 replies (of 1 total)
  • Plugin Author WebFactory

    (@webfactory)

    Hi,
    Unfortunately the “greater than” character gets escaped due to security concerns and then it’s not used properly in CSS. If you can write the rule without that character it will work.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Selectors getting incorrectly saved in the custom CSS input’ is closed to new replies.