Testimonial Quotation Theming

Design Template: Masterpiece
 avatar
Jfelizardo
plain_text
9 months ago
219 B
5
Indexable
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)*/
Editor is loading...
Leave a Comment