Hello i have changed the values of both background-color and color CSS attributes but the color of the button changed only inner not the entire button. Does anyone knows why this happend?
The button:
The code:
<!-- BEGIN SECTION: Order Status Button -->
<tr id="section-6539989" class="section order_status_button">
<th style="mso-line-height-rule: exactly; padding: 0 44px 11px;" bgcolor="#ffffff">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<th class="sides column_text_before_button" data-key="6539989_text_before_button" style="mso-line-height-rule: exactly; direction: ltr; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Arial,'Open Sans'; font-size: 15px; line-height: 22px; font-weight: 300; text-transform: none; color: #666666; padding-bottom: 11px;" align="left" bgcolor="#ffffff" valign="top">
{% if requires_shipping %}<p style="mso-line-height-rule: exactly; direction: ltr; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Arial,'Open Sans'; font-size: 15px; line-height: 22px; font-weight: 300; text-transform: none; color: #666666; Margin: 0;" align="left">Αν θέλεις, μπορείς να παρακολουθείς την εξέλιξη της παραγγελίας σου.</p>{% endif %}
</th>
</tr>
<!-- Button : BEGIN -->
Thanks in advance
