Comment Buttons (Reply, Edit, Answer, Pin...) are nearly invisible except on hover

Avatar
  • updated
  • Under review

Even with a white background (I have my post background set to pale blue in my theme...), the Comment buttons are not sufficiently opaque.


Image 8624


On a desktop browser, they become solid-black upon hover, but that isn't possible on in touch screen / mobile.


I know I can probably add Custom CSS; but it would be good for this to be a configurable option under "Settings / Project / Design". Thank-you.


Image 8625

Pinned replies
Avatar
Vladimir Mullagaliyev co-founder
  • Answer
  • Under review

Hello Terry,

For now you are able to change the color through Custom CSS only. Example:

.comment-actions > li > a {
    color: #333333;
}

Do not think this is so important to have this configuration in the pre-defined settings.

Avatar
Vladimir Mullagaliyev co-founder
  • Answer
  • Under review

Hello Terry,

For now you are able to change the color through Custom CSS only. Example:

.comment-actions > li > a {
    color: #333333;
}

Do not think this is so important to have this configuration in the pre-defined settings.