09/12/2017 at 5:40 pm
#434667
Keymaster
@ Scott
The button is there is is just that the default styling the theme is applying is transparent background with white text. Add the following to the theme’s custom CSS area:
button#cnct-send {
color: #fff;
background-color: #000;
}
You can tweak the colors as desired. This will just make black and white so you can see it.
Hope that helps! Let me know.
