Change Color - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Change Color

F

fabiana

Template 3 years ago

https://prnt.sc/CAkudalx1CgF

change color for#e97025

0
2 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #92811

Hi

Thanks for contacting us. Use this custom CSS

.sppb-addon.sppb-addon-animated-number.sppb-text-left.animated-number-position-top {
    background: #e97025 !important;
}

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #92814

If I may....

override default bg color from gradient to solid color :

.about-02-total-assets {
  background: #e97025 !important; }
0