Testimonial Quotation Theming

Design Template: Masterpiece
 avatar
Jfelizardo
plain_text
a year ago
219 B
7
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