/* Changes the color of the placeholder text in th...
# 🌎general
g
/* Changes the color of the placeholder text in the input message */ #input-message::placeholder { color: #999999; font-family: 'Montserrat', sans-serif; font-weight: 300; } .bpw-composer textarea{ outline: none !important; border: px solid rgba(255,255,255,1); font-family: 'Montserrat', sans-serif; font-weight: 300; } .bpw-composer textarea:focus{ outline: none !important; border: 0px solid rgba(255,255,255,0); }