How can I set the calendar and action button with my WordPress theme colors on?

Support forumCategory: QuestionsHow can I set the calendar and action button with my WordPress theme colors on?
luisana alicea asked 6 years ago
Hello,  It seems blue is the default color for the calendar and action button. How can I set it to have my WordPress theme color, my brand color? 

Thank you,  Lucy 
1 Answers
Nikola Loncar Staff answered 6 years ago

Hi Lucy,
if you are using bootstrap version of short code you can add custom style like this inside EA Settings > Customize :

.ea-bootstrap .ea-btn.ea-submit { color: red; background-color: gray; }

Best regards,
Nikola