Topic Resolution: Resolved
  • Closed
  • aj
    Spectator
    12.06.2015 at 21:16 #18240

    In alora, how can i make the header transparent?

    aj
    Spectator
    Posts: 14
    12.06.2015 at 22:12 #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
    12.06.2015 at 22:21 #18242

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