Testimonial Quotation Theming

Design Template: Masterpiece
 avatar
Jfelizardo
plain_text
19 days ago
219 B
1
Indexable
Never
CSS Color Theming
/*START - Testimonial section theme (Local)*/
svg path{
    fill: #fffaf5;
    fill-opacity: 1;
}
svg circle{
    fill: rgba(123,164,195,0.8);
    fill-opacity: 1;
}
/*END - Testimonial section theme(Local)*/
Leave a Comment