Media Blocks

 avatar
JohnMatthewLumba
plain_text
a month ago
316 B
1
Indexable
Never
/*START - media blocks -  remove view more*/
div.media-blocks {
    .media-card__description {
        .substring {
            display: none!important;
        }
        .more-text {
            display: block!important;
            .btn-more {
                display: none;
            }
        }
    }
}
/*END*/
Leave a Comment