Reply To: Field label color

Home Forums Guestbook Add-On Field label color Reply To: Field label color

#9263
Marcel Pol
Keymaster

Hi, could you try this CSS in Appearance > Customizer > Custom CSS?

.gwolle-gb-write div.label {
    background-color:transparent;
}
.gwolle-gb-write div.label label.text-info {
    color: rgb(64, 63, 66);
    font-weight: 700;
    text-shadow: none;
}