What's new in Birdeye: Weekly Product Release Notes | September 18, 2026
Weekly Product Release Notes | September 18, 2026
- Product
- Birdeye
- Sent from
- birdeye.com
- Sent
No dark-mode styles — this email renders the same in a dark client.
96
* {
font-family: sans-serif !important;
}
-->
/* What it does: Tells the email client that only light styles are provided but the client can transform them to dark. A duplicate of meta color-scheme meta tag above. */
:root {
color-scheme: light;
supported-color-schemes: light;
}
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: forces Samsung Android mail clients to use the entire viewport */
#MessageViewBody, #MessageWebViewDiv{
width: 100% !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode:bicubic;
}
/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a {
text-decoration: none;
}
/* What it does: A work-around for email clients meddling in triggered links. */
a[x-apple-data-detectors], /* iOS */
.unstyle-auto-detected-links a,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}
/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im {
color: inherit !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
display: none !important;
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
u ~ div .email-container {
min-width: 320px !important;
}
}
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
u ~ div .email-container {
min-width: 375px !important;
}
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
u ~ div .email-container {
min-width: 414px !important;
}
}
@media screen and (max-width:600px) {
.block { display: block !important; width: 100% !important; }
}
/* What it does: Hover styles for primary buttons */
.be-button-td, .be-button-a {
transition: all 100ms ease-in;
}
p a, li a {
text-decoration: none;
border-bottom: 1px solid #1976d2;
color: #1976d2;
}
.be-button-td:hover, .be-button-a:hover {
background: #11508E !important;
border-color: #11508E !important;
}
/* What it does: Hover styles for secondary buttons */
.be-button-sec-td, .be-button-sec-a {
transition: all 100ms ease-in;
}
.be-button-sec-td:hover, .be-button-sec-a:hover {
background: #11508E !important;
border-color: #11508E !important;
color: #FFFFFF !important;
}
/* What it does: Hover styles for images */
.be-img-fade:hover {
opacity: 0.7 !important;
}
/* What it does: Hover styles for primary links */
.be-link:hover, p a:hover {
text-decoration: none !important;
border-bottom: none !important;
}
/* What it does: Hover styles for secondary links */
.be-link-sec:hover {
text-decoration: none !important;
border-bottom: 1px solid #1976d2 !important;
}
/* What it does: Hover styles for non links */
.be-link-non:hover {
text-decoration: none !important;
border-bottom: none !important;
}
/* What it does: Hover styles for non links */
.be-link-non-sec:hover {
text-decoration: none !important;
border-bottom: 1px solid #999999 !important;
}
/* Media Queries */
@media screen and (max-width: 600px) {
/* What it does: Adjust typography on small screens to improve readability */
.email-container p {
font-size: 17px !important;
}
.p-20 {
padding-left: 20px !important;
padding-right: 20px !important;
}
td[class="p-20"] {
padding: 0 20px !important;
}
td.p-20 {
padding: 0 20px !important;
}
.h-30 {
height: 30px !important;
line-height: 30px !important;
}
td[class="h-30"] {
height: 30px !important;
line-height: 30px !important;
}
td.h-30 {
height: 30px !important;
line-height: 30px !important;
}
.h-20 {
height: 20px !important;
line-height: 20px !important;
}
td[class="h-20"] {
height: 20px !important;
line-height: 20px !important;
}
td.h-20 {
height: 20px !important;
line-height: 20px !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
}
/* What it does: Adjust typography on small screens to improve readability */
.email-container p, .email-container li {
font-size: 17px !important;
line-height: 22px !important;
}
.full-width-on-narrow {
width: 100% !important;
}
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
.email-container {
min-width: 320px !important;
}
td {
font-size: 13px !important;
}
}
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
.email-container {
min-width: 375px !important;
}
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
.email-container {
min-width: 414px !important;
}
}
Weekly Product Release Notes | September 18, 2026
‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
Hi,
Here's your weekly look at what's new, improved, and updated in Birdeye: Weekly Product Release Notes | September 18, 2026.
Check out the full update under Help > What's New in your portal, or jump straight in below:
👉 Read the full update here
Best,
The Birdeye Team
2479 E Bayshore Rd, Suite 188, Palo Alto, CA 94303
Privacy Policy • Terms of Service •
Unsubscribe: https://mailing.birdeye.com/asm/unsubscribe/?user_id=450043&data=j_Q2tGguWjPpnY5FImGtKltZVfj0fh6mrWaoRBc68-NoMDAwdTAwMKrldyOcgYwFxljMyiWpe5srGJ5fKmDn-9kQvri_kChtZIoH5vgdxPkH5W0gdQLPe4yUAGGqGnjT_9tlUbFpFK3K0i2KOQEcnq2eI3k8VHblA56yBI8qoEy0e99tjRirQp74ujnUrMam6_WaqAnNXqm0AHxx9niWQ3mimRvvQY83KzqqAvHHvTPkvRbKUDv7vGUImamq1zOgSL6JeEgLJykfyF1tstU60OBZe8e5e2F31ur9MlppBlOCxXWe3zNtb0ehiaoirL_WmlM0hH_GLN0KrUjuLMlXAE6iRSQYfWs2Oe37nZJ9vFba5Wzd_1-B9eRTOpWxqn7QeNFJeSs4KxXS6sQwqwzOs3Z6IgAPcbt0p1XqqXuGjeMt6zePiuXKFwT2yfXzqJkTzm8eKl3vXefIq6XkXESzDShmDbQSYNy17YNDIlVoc780c1tk7w39KTLWlm2jxmq4MqPZk3zIgHImHMZIgWiknX0pC04-7ML1ut-7n5SBNybjH9QGVMI0tvSTpAVbgaYI3N3DBmvz74z1FCYAVa8pjVgCRoije33Pll-yMou4p5fqR6ryLxYkUQ==- Accession
- nse/birdeye/2026-09-18/1885
- From
- Birdeye Inc · talk@birdeye.com
- Sent
- 18 September 2026 · 13:00 UTC





