Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #653903

    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

    #653915

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.