Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
On this site, there is a row with animated counter.
I’d like to change the colour of this (both icon and text).
I found on forum that it can be done by adding this code:
.animated_counter i {color: white !important;}, but it changes only icon color.
Can you help please?
Hello,
You can add these lines to your CSS box, to change the numbers color:
.odometer.odometer-auto-theme { color: white !important; }
and these to change the text color:
.animated_counter.icon_yes h3 { color: white !important; }
Change the color to your wish.
Let us know.
Best regards!
Hello,
I see that you have added the code and it does change the color of the numbers and the text below the numbers. Do you want to change also the text on the right?
If so, please add this code to the CSS box:
.vc_col-sm-6.wpb_column.column_container.with_padding.vc_custom_1478518261911.vc_custom_1478518261911 p { color: white !important; }
Sorry for the misunderstanding.
Let us know.
Best regards!
You must be logged in to reply to this topic.