Then please use following css code.
.order-detailed-info .shop_table tfoot tr:last-child {
color: rgb(86, 90, 92) !important;
}
Hello,
My website is www.ontravelazores.com
When customer pay for booking, and appear the "thank you page" it continues showing in red.
Thank you
Please give me your website url.
Let me check it.
Best regards,
Hello,
Unfortenately this code is not working.
Can you please help me?
Thank you
Hi,
Thank you very much
Please add following css code.
.order-detailed-info .shop_table tfoot tr:last-child {
color: rgb(86, 90, 92);
}
Best regards,
Hello,
I´m having the same issue on the Thank you page.
How can i remove the red color to black?
Thank you
Hi,
Thank you very much.
I appreciate a lot.
Best regards,
Alexandre Silva
Hi,
Please use following css code in theme options panel.
.cart-section .totals-table .total { color: #565a5c !important; }
Best Regards,
Hi,
Sorry if i was not direct with my question.
I don´t want to remove the "TOTAL" itself.
I want to change the color from RED to BLACK, or simple remove the RED COLOR.
Thank you
Hi,
It is total price in cart page.
You should not remove it.
If you want to remove it, please remove following code in /wp-content/themes/citytours/woocommerce/cart/cart-totals.php file.
<tr class="order-total total">
<th class="col"><?php _e( 'Total', 'citytours' ); ?></th>
<td class="col" data-title="<?php esc_attr_e( 'Total', 'citytours' ); ?>"><?php wc_cart_totals_order_total_html(); ?></td>
</tr>
Best Regards,
Hello,
I see that the theme as a red text. Please see attached file.
How do i remove it?
Thank you
Hi,
It should be working fine.
Thank you very much