Hi Folks,
The post notifications emails come with a "grey-ish" background colored div as seen in this code from such a notification:
We need to change the bg color. Where do we change this?
I think it's the #55585d color we're looking to change... the one which creates the box around "New Blog Post"
Cheers
The post notifications emails come with a "grey-ish" background colored div as seen in this code from such a notification:
<body style="background: #f4f3f1;">
<center style="background: #f4f3f1; padding: 30px 0">
<table border="0" cellpadding="0" cellspacing="0" style="color: #555; font: 16px/22px Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;" width="600">
<tbody>
<tr>
<td style="background: #55585d; color: #fff; line-height: 1; font-size: 18px; font-weight: bold; text-align: center; padding: 30px;">
New Blog Post </td>
</tr>
<tr>
We need to change the bg color. Where do we change this?
I think it's the #55585d color we're looking to change... the one which creates the box around "New Blog Post"
Cheers