I have tried to find where I can change color in the block wgo, but have not succeeded.
when I search in style: ".wgo_block .blockbody {", so I just get up (options.css):

# FFFFFF I can not find.
If I search on wgo, i find this:

It does not matter if I switch to # E9E9E9, wgo, the background remains white.
Where do I replace the # FFFFFF to # E9E9E9?
Code:
.wgo_block .blockbody { background: url("images/gradients/gradient-greytowhite.png") repeat-x scroll 0 0 #FFFFFF; border: 1px solid #C4C4C4;
# FFFFFF I can not find.
If I search on wgo, i find this:
It does not matter if I switch to # E9E9E9, wgo, the background remains white.
Where do I replace the # FFFFFF to # E9E9E9?
Comment