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
You can make the text of the Subscribe button in all caps by following these steps:
- Choose Settings tab and click on Language:
- 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