Media Blocks

 avatar
JohnMatthewLumba
plain_text
10 months ago
316 B
5
Indexable
/*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*/
Editor is loading...
Leave a Comment