# easy-elements/1.5.0/widgets/post-comments/css/post-comments.css

Easy Elements for Elementor – Addons &amp; Website Templates, version 1.5.0. 67 lines.

- Page: https://pluginprobe.com/plugins/easy-elements/1.5.0/code/widgets/post-comments/css/post-comments.css
- Raw: https://pluginprobe.com/plugins/easy-elements/1.5.0/raw/widgets/post-comments/css/post-comments.css
- Modified: 2026-06-17T10:35:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/easy-elements/1.5.0/code/widgets/post-comments/css/post-comments.css#L10-L20`.

```css
:root {
  --e-global-color-primary: #FFD012;
  --e-global-color-secondary: #0B3665;
}

#reply-title {
  font-size: 24px;
}

.eel-post-comments-widget input, .eel-post-comments-widget textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  outline: none;
}

.eel-post-comments-widget label {
  margin-bottom: 12px;
}

#comments .comment-metadata, #comments .reply {
  font-size: 14px;
}

.comment-reply-link {
  font-weight: 600;
}

@media (max-width: 767px) {
  .comments-area .comment-list li.comment .comment-body {
    padding-left: 0;
  }
  .comments-area .comment-list li.comment .comment-author img {
    float: none;
    position: relative;
  }
  .comment-author cite {
    display: block;
  }
  .comments-area .comment-list li.comment ol.children li {
    margin-left: 0;
  }
}
.comment-form-cookies-consent {
  font-size: 14px;
}
.comment-form-cookies-consent input[type=checkbox] {
  width: auto !important;
  position: relative;
  margin-left: 0;
}
.comment-form-cookies-consent label {
  display: inline-block;
}

.comment-form-cookies-consent label {
  display: inline-block !important;
  margin-bottom: 5px;
}

.eel-post-comments-widget label {
  display: none;
}

.eel-post-comments-widget.label--yes label {
  display: block;
}
```
