Hi,
I tried adding some html color code to the numbers and seem to show up on the backend but when I view the page of on the front end it does not change. How do I get just the numbers to change color?
Hi mcraig77!
Please add following code to Quick CSS
#portfolio .avia-single-number {
color: #e6b000;
}
Cheers!
Yigit
Thanks!