Sorry, one last question pertaining to this topic. How do I change the font color in the button? I tried these changes but the font text says white:
.button-id-3 {
background-color: #c8b2d3;
color: #663090;
font-family: “source_sans_probold”, Arial, Helvetica, Tahoma, sans-serif;
letter-spacing: 1.8px;
font-weight: 900!important;
font-size: 18px!important;
text-align: center;
}
and I also tried this:
.button-id-3 {
background-color: #c8b2d3;
color: #663090!important;
font-family: “source_sans_probold”, Arial, Helvetica, Tahoma, sans-serif;
letter-spacing: 1.8px;
font-weight: 900!important;
font-size: 18px!important;
text-align: center;
}