Red Text - Cart/Check-out

Closed
CityTours - Hotel & Tour Booking WordPress Theme CityTours - Hotel & Tour Booking WordPress Theme March 24, 2020
Login to reply
Alexandre Silva
3 years ago

Hi,

It should be working fine.

Thank you very much

Kelly R Support Agent
3 years ago

Then please use following css code.

.order-detailed-info .shop_table tfoot tr:last-child {

color: rgb(86, 90, 92) !important;
}
Alexandre Silva
3 years ago

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

Kelly R Support Agent
3 years ago

Please give me your website url.

Let me check it.

Best regards,

Alexandre Silva
4 years ago

Hello,

Unfortenately this code is not working.

Can you please help me?

Thank you

Alexandre Silva
4 years ago

Hi,

Thank you very much

Kelly R Support Agent
4 years ago

Please add following css code.

.order-detailed-info .shop_table tfoot tr:last-child {
color: rgb(86, 90, 92);
}

Best regards,

Alexandre Silva
4 years ago

Hello,

I´m having the same issue on the Thank you page. 

How can i remove the red color to black? 

Thank you

Alexandre Silva
4 years ago

Hi,

Thank you very much.

I appreciate a lot.

Best regards,

Alexandre Silva

Kelly R Support Agent
4 years ago

Hi,

Please use following css code in theme options panel.

.cart-section .totals-table .total { color: #565a5c !important; }

http://prntscr.com/rn0ybx

Best Regards,

Alexandre Silva
4 years ago

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

Kelly R Support Agent
4 years ago

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,

Alexandre Silva
4 years ago

Hello,

I see that the theme as a red text. Please see attached file. 

How do i remove it? 

Thank you