Head info area transparency

Home Forums All Other Themes Head info area transparency

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #201361
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi,

    web: www.fpbaixemporda.cat

    We want the head info area to have the same transparency on all pages as it does on the home page.

    Now the head info area has a white background color, but it should have a rgba(255,255,255, 0.8) background color.

    Screenshot:
    https://i.imgur.com/7EGLP1n.jpg

    Thanks for your help!

    Best regards,
    Vanessa

    #201363
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to make head info area transparent on inner pages.

    .header_wrap.layer_wrapper {
      position: absolute;
      width: 100%;
      z-index: 99999;
    }

    Regards,
    Chris

    #201373
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi Chris,

    Thank you very much for your help!

    Regards,
    Vanessa

    #201400
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Welcome 🙂

    Regards,
    Chris

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