Ability to choose a font (text and colour) for "Read more" and "Hide" button

Ability to choose a font (text and colour) for “Read more” and “Hide” button.

At the moment, it is hard to see the “Hide” button because it blends in with the rest of the text of the post.

1 Like

Do I understand correctly that you’d like to increase font size and change its color? Or maybe you need to change the font family?

At the moment, the font size and colour of the text can be customised. However, there is no option to customise the font size and colour of the “Read more” and “Hide” buttons to make these 2 buttons stand out a bit more.

1 Like

Got you!

I’ve shared your request with our devs and will let you know once the solution is provided :slightly_smiling_face:

Please add this code to the Custom CSS field on the Appearance tab of your widget’s settings:

[class*='CardLayout__Block-sc'] [class*='Text__Control-sc'] {
  color: red;
  font-size: 24px;
}

Check it out and let me know if it helped :slightly_smiling_face: