Home Forums Newsletter Plugin Support Custom CSS

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #344018
    bfu0123
    Participant

    Good day, is it a bug? When I added in global options some custom CSS rules, they did not apply. After some seeking I found it in the document, but wrongly encoded.

    For example rule div.tnp-subscription div.tnp-field > input { border: solid 1px #bbb; }

    shows up in the document as

    div.tnp-subscription div.tnp-field > input { border: solid 1px #bbb; }
    #344024
    Michael
    Keymaster

    Hello, please check your css. Remove the “>”

    div.tnp-subscription input, div.tnp-field input {
    border: solid 1px #bbb;
    }

    #344027
    Stefano
    Keymaster

    Hi, thank you for reporting. The problem is connected to some filters we are required to apply to the configuration for security concerns, and they breack the > symbol.
    We need to change that filters.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.