Hey
I want to change the font in the message box on this page (http://www.drhaschke-miesbach.de). I don’t want to have all letters big (LIKE THIS). And I want to have the background color of the box transparent blue
Hi haschkeks6696!
.avia_message_box.avia-color-blue {
text-transformation: lowercase;
background: rgba(0,0,0,0.5);
}
change the RGBA value, with the value of color and opacity you want.
Cheers!
Basilis