velt-comment-bubble::part(count) {
  font-size: 14px;
}
1

Select the part you want to modify

We offer several parts which can be used like classes. Full list below. The component is encapsulated in Shadow DOM, which is isolated from the normal DOM.

2

Apply your CSS rules

Set whatever CSS rules you want. The part lets you target a specific element within a Shadow DOM.

3

Check out the table below

Reference the table below to see what parts we expose. Alternatively, you can directly inspect the component HTML to see what parts are available.

propertydescription
comment-pinTargets the comment pin component used in the comment bubble
containerTargets the container of the comment bubble
count-containerTargets the container of the comment count
count-iconTargets the SVG icon used in the comment count
count-icon-pathTargets the SVG icon path used in the comment count
countTargets the count text container
user-avatarTargets the user avatar component used in the comment bubble