Tagged: 

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

    I am having a hard time finding the css that controls the header transparency. The regular colored header bar seems to have a .9 alpha, but I need to remove the transparency all together.
    Thanks,
    -C

    #393521

    Hey!

    This will do it:

    .header_bg {
        opacity: 1 !important;
    }

    Cheers!
    Josue

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