Created
October 1, 2024 15:29
-
-
Save wpbean/83cf3200cb2ed147552010e620df0e46 to your computer and use it in GitHub Desktop.
FreshDesk email reply formatting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ticket_note blockquote { | |
display: none; | |
} | |
div#appendonsend + hr + div#divRplyFwdMsg { | |
display: none; | |
} | |
div#appendonsend + hr + div#divRplyFwdMsg + div { | |
display: none; | |
} | |
div#appendonsend + div + hr ~ div { | |
display: none; | |
} | |
div#appendonsend + div:has(br) { | |
display: none; | |
} | |
div#appendonsend + div + hr, | |
div#x_x_appendonsend + div + hr, | |
div#x_appendonsend + div + hr { | |
display: none!important; | |
} | |
div#appendonsend + hr ~ * { | |
display: none!important; | |
} | |
.ticket_note hr ~ * { | |
display: none!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment