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/MFK0DEa25-AD

change color #fc9835

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #92643

Hi Fabiana,

Use below custom CSS

.styled-title .sppb-addon-title::before {
  background: #fc9835 !important;
}

Next time use Code Inspector from your browser to find it faster.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #92642

Hi

Thanks for contacting us. You can use this custom CSS

.styled-title .sppb-addon-title:before{
    background: #fc9835 !important;
}

#sppb-addon-1603212428620 h3.sppb-addon-title{
    color: #fc9835 !important;
}

-Regards.

0