Testimonial Grid Quotation Theming
Design Template: MasterpieceJfelizardo
plain_text
a year ago
608 B
11
Indexable
CSS Color Theming
/*START - testimonial page icon*/
div.testimonials ul.collection
{
.avatar {
background-color:#7BA4C3;
height: 154px;
path{
fill: #fff;
fill-opacity: 1;
}
}
.circle {
fill: TRANSPARENT;
}
@media (max-width: 768px){
.avatar {
background-color:#7BA4C3;
height: 135px;
path{
fill: #fff;
fill-opacity: 1;
}
}
.circle {
fill: TRANSPARENT;
}
}
}
/*END - testimonial page icon*/Editor is loading...
Leave a Comment