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;

}

    cesgarcia
    Hi
    First you need to enable override.css file from tempate style option.
    Once it enabled you will see override.css file inside the css folder.
    add the custom code in this file and save.

    Regards

    5 days later

    Where is this at? Once I edit should I turn it back on?

      Write a Reply...
      You need to Login to view replies.