Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
BeBuilder
Changing colors: Chart boxes
grandega
August 2020
in
BeBuilder
Hello,
how can I change the font color below the chart box, of the percentages inside the pie charts and the light grey parts of the pie chart?
Thanks a lot in advance!
Stefanie
Comments
Pablo
August 2020
Hello Stefanie,
You have to use the Custom CSS code to achieve that.
If you need help with it, please post a link to your website.
thanks
grandega
August 2020
Hi Pablo,
yes, that would be great - thanks. The link ist:
https://www.rimedo.de/rimedo/
It's at the bottom of the page.
Thanks in advance,
Stefanie
Pablo
August 2020
Please use this CSS code into Theme Options > Custom CSS & JS > CSS
.chart_box .num, .chart_box big{
color:red !important;
}
thanks
grandega
August 2020
Hi,
thanks, that did the trick for the fonts.
Now the light grey parts are left, (on the "ring" - so the remaining x%). How would I change that color?
Thanks!
Pablo
August 2020
It cannot be changed
It's hardcoded in the html element, you would have to edit the theme files or create some JS script which will overwrite the color.
thanks
Sign In
or
Register
to comment.
Comments
Thanks!