Set Color for Subscribe Button

Thanks @nibl! Here is the code from the guide if anyone is interested. Replace the color with whatever you prefer:

#subscribe-btn {
   border: 1px #2988bc;
   background: #2988bc; 
}
3 Likes