WooCommerce email header does not show color
-
Hi,
The emails sent out don’t have color in the header is white so the title text of the email is not visible. I have played with colors in the settings > email area but that does not fix the problem
This is the styling CSS when I use inspect tool but the background color is struck out… the # symbol is not in front of hex color code. when i look for the in the CSS file it shows like this background-color: <?php echo esc_attr( $base ); ?>; and the base color is set in the settings > email > base color… to the color showing but its struck out… Any help would be greatly appreciated. Thank you
“Style Attribute {
background-color: A11F8B;
border-radius: 3px 3px 0 0 !important;
color: #ffffff;
border-bottom: 0;
font-weight: bold;
line-height: 100%;
vertical-align: middle;
font-family: “Helvetica Neue”, Helvetica, Roboto, Arial, sans-serif;”
- The topic ‘WooCommerce email header does not show color’ is closed to new replies.