Skip to main content
Customize the Comment Widget Buttons with CSS

Change the color of all buttons in the comment widget by adding CSS to your course's settings.

Updated over 3 months ago

To get started:

  • Open any course and open the Course Settings section

  • Open the CSS sub-section

  • Set the Enable Custom CSS For This Course toggle to ON (green)

  • You should then see the CSS field appear. Add your CSS code to that box alongside any other code you may have already added to it.

Change Color of all Buttons in the Comment Widget

button[id^="comments-"] { background-color: red; color: white; } button[id^="comment-input"] { background-color: red; color: white; }

Did this answer your question?