Hello,
I was trying to get the opacity for the main header on velasquez4nm.com to 1.0 in the Box template, although when I have made the changes to the appropriate cache.css, template.css and etc it reverts back to .8 Opacity. Can we get this addressed please or perhaps you can tell me what actual file to edit to do so? The code is as follows:
.gkHeaderBlock img {
display: block;
opacity: 0.8;
}
and needs to be
.gkHeaderBlock img {
display: block;
opacity: 1.0;
}