Change color of Counter title
I'd like to know if there is a way to change the color of a counter's title?
Do I have to use a class? I tried to change it but it won't work. Font-weight works fine though, that's why I'm confused..
Thanks a lot in advance!
Comments
you can change it with this css
.counter .desc_wrapper .number-wrapper {color:red !important;
}
.counter .desc_wrapper .title {color:red !important;
}
hey,
do you still need help?
cheers