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

    Hallo,

    ich möchte einen Header mit einem eigenen Transparenzwert haben.
    Folgenden CSS Code habe ich verwendet:

    #top .av_header_transparency {
    Hintergrund: rgba (20, 0, 0, 0.6);
    }

    Was habe ich da falsch gemacht?
    In der ‘Header Sichtbarkeit und Transparenz’ Einstellung habe ich ‘Transparente & Durchscheinende Kopfzeile’ ausgewählt.

    #1077227

    Hallo Peter,

    Could you post a link to where we can see the results you are getting please? Also, you have used german in your CSS, try this instead:

    #top .av_header_transparency {
      background: rgba (20, 0, 0, 0.6);
    }

    LG,
    Rikard

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