Skip to content

Instantly share code, notes, and snippets.

@wpbean
Created October 1, 2024 15:29
Show Gist options
  • Save wpbean/83cf3200cb2ed147552010e620df0e46 to your computer and use it in GitHub Desktop.
Save wpbean/83cf3200cb2ed147552010e620df0e46 to your computer and use it in GitHub Desktop.
FreshDesk email reply formatting
.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