 
	
		Tagged: header
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
Hey!
This will do it:
.header_bg {
    opacity: 1 !important;
}Cheers!
Josue
