Testimonials

 avatar
LBautista
css
a month ago
259 B
2
Indexable
Never
/*START - read more change color*/
.collection blockquote .read-more {
    &:hover{
        color: #999;
        &:before{
            background: #999;
            &:after{
                background: #000;
            }
        }
    }
}
/*END*/
Leave a Comment