Good day, i'm using WPLMS on my website www.servicioalpc.com, and i want to change all colors of my site from the Demo10 that comes with #ff4367 color to 009dd8, in the class .home_counter_item .numscroller , i already detected the code to change:
.home_counter_item .numscroller {
font-size: 42px;
color: #ff4367;
}
I did added the code edited in the CSS option under Customize section, but didn't worked
.home_counter_item .numscroller {
font-size: 42px;
color: #009dd8;
}
Where can i edit this code?, as i saw it was in index.php file, but isn't there,
Thanks for your reply!
Please share a screenshot to replicate where you want to change this color.
Thank you Mark, i already figured out that it was made with the Custom CSS of Wpbakery Builder, so i fixed it.
But i do have 2 other simple questions:
1. Where can i edit the color of the sidebar showed on the attached screenshot?
2. Where can i modify the labels of the Register form (to translate it to spanish)
The related page is https://servicioalpc.com/definitivo/registro/
Thanks!,