checkmark boxes under "give a reaction" box

Dear Movin,

When testing the “give a reaction box” on the bottom of my blog pages, I found some issues:

  1. on my mobile device there a 2 boxes that you can check, but there is no description. I have uploaded a screenshot.

  2. on my MAC there is only 1 box that you can check, and also there is no description present. For this I also uploaded a screenshot.

The boxes where I’m referring too are visible on the left bottom part, right under the grey area where you can place a reaction.

BR

Hi BR,

I hope you are well today and thank you for your question.

It is happening on your site due to the CSS conflict with highlander comments mu plugin that you are using on your site.

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

body.highlander-dark #respond label {
    color: #000;
}

Best Regards,
Movin

Indeed, it had to do with the Jetpack plugin that I was using.
No worries, I set this option back to default.
Thanks!

You are most welcome here :slight_smile: