I’m trying to style my blog’s tag cloud as described here. I’ve followed the instructions, but there is one small problem. I can’t seem to figure out how to change the white section of each tag (circled in red below) to be transparent such that the shaded background shows through.

It works because the background of the demo page is white. The below CSS is where this color is set:
The easiest way would be to change the
#FFFto a color that best matches the background. You can’t just set it as transparent because the tag (yellow/orange thing) is a box and this simply makes a triangle on the left side of that box with different left borders to give it an arrow like look.See, here I changed it to
transparent #000to illustrate how it makes the arrow.You can’t even tell if you change it from
#FFFto#EEE.