/ all snippets

Hide Comma in Elementor Post Info Widget

This CSS snippet hides comma(s) in Elementor Post Info widget regardless of the taxonomy type.

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 {
    color:transparent;
}