Topic Resolution: Resolved
  • Closed
  • aj
    Spectator
    June 12, 2015 at 9:16 pm #18240

    In alora, how can i make the header transparent?

    aj
    Spectator
    Posts: 14
    June 12, 2015 at 10:12 pm #18241

    So, I used the following in custom css and made the background fully transparent:

    #header{
    background-color: transparent 0.85;
    }

    Unfortunately, it also makes the menu hard to see – specially when the background is a slideshow. Is there a way to adjust the level of transparency of the header?

    aj
    Spectator
    Posts: 14
    June 12, 2015 at 10:21 pm #18242

    i just used opacity: 0.75 instead of the background-color and it was fixed.