/ all snippets

Separate Terms on Post Info Widget

This CSS snippet separates multiple terms (categories or tags) on Elementor Post Info widget

If you don't have Elementor Pro, you can replace the prefix of "selector" with a CSS class you can define yourself. To add the CSS snippet, you can use the HTML widget.

selector .elementor-post-info__terms-list-item{
    border-radius: 30px;
    background:#EDEDF0;
    padding:10px 15px;
}

selector .elementor-post-info__terms-list {
    color:transparent;
}