Code for changing the size of question boxes doesn't work

I made the fonts smaller.
but it is bad that the question boxes do not change

2 Likes

Hi there, @MustafaAKAN :wave:

I’ve checked your widget and see that the code changes the size of the question boxes. Could you please double-check it?

1 Like

going to check now. Thanks.

1 Like

got it to work. Thanks! Is there a way to round the corners of the boxes?

2 Likes

Sure, this code will do the trick :wink:

[class*="eapps-faq-content-category-item"] {
  border-radius: 10px;
}
1 Like

Remove me from conversation