How do I change the color and format of the text on the subscribe button?

Is it possible to change the font color and also make the text all caps on the subscribe button? I don’t see this customization feature. Is there some simple CSS I could use?

1 Like

Hello @Marissa and welcome to Elfsight Communty :tada: :heart:

You can make the text of the Subscribe button in all caps by following these steps:

  1. Choose Settings tab and click on Language:

  1. Choose the needed element and type the text in all caps. Please do not forget to click on Done:

As for the changing the color of the button text, here is the CSS code:

[class*="ButtonBase__ButtonContainer"] {
  color: white !important;
}

Please add this code to the Custom CSS field on the Appearance tab and let me know if it helped:

1 Like