Change text color in Cart template

coleoptera
14 Posts
coleoptera posted this 05 December 2021

Where can I change the color of the text (marked in yellow in the attached image)?

Where can I change the color of the text (marked in yellow in the attached image)?
Vote to pay developers attention to this features or issue.
9 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 06 December 2021

Hello Ales,
Could you please provide the link to the site?

Gina
Themler Support

Hello Ales, Could you please provide the link to the site? Gina Themler Support
coleoptera
14 Posts
coleoptera posted this 07 December 2021

For example:
https://shop.kalaba.eu/index.php/kosik

For example: https://shop.kalaba.eu/index.php/kosik
Support Team
Support Team posted this 07 December 2021

Add this code to Themler -> Home -> Settings -> Additional CSS:

.priceColor2 {
    color: gray;
}

and replace gray with any other color, for example #555555

Gina
Themler Support

Add this code to Themler -> Home -> Settings -> Additional CSS: .priceColor2 { color: gray; } and replace gray with any other color, for example #555555 Gina Themler Support
coleoptera
14 Posts
coleoptera posted this 08 December 2021

Color of price is modified now, but small "notices" are grey still.
Readability is poor. I also need to change the color.
Thank you in advance for your help.
See attachment.

Color of price is modified now, but small "notices" are grey still. Readability is poor. I also need to change the color. Thank you in advance for your help. See attachment.
Support Team
Support Team posted this 09 December 2021

Add this code as well:

.vmpayment_description, .vmshipment_description {
    color: white!important;
}

This would update the small text color. As for Celková cena text, it is the same as the table headers, they are dependent , I can't change one without changing the other.

Gina
Themler Support

Add this code as well: .vmpayment_description, .vmshipment_description { color: white!important; } This would update the small text color. As for Celková cena text, it is the same as the table headers, they are dependent , I can't change one without changing the other. Gina Themler Support
coleoptera
14 Posts
coleoptera posted this 10 December 2021

Yes, THX.

Yes, THX.
Support Team
Support Team posted this 11 December 2021

You are welcome!

Gina

You are welcome! Gina
coleoptera
14 Posts
coleoptera posted this 11 December 2021

I'm still begging for a broken reCaptcha and a "login" button error in the address detail. :o)

I'm still begging for a broken reCaptcha and a "login" button error in the address detail. :o)
Support Team
Support Team posted this 12 December 2021

This is still in a queue for the developers, unfortunately.

Gina
Themler Support

This is still in a queue for the developers, unfortunately. Gina Themler Support
You must log in or register to leave comments