youngboy1606
New Member
I'm using a Wordpress plugin in sidebar that forces me to select a background color (currently #ffffff) and I'm trying to override that option to achieve transparency. I am not able to simply leave that field blank in my Widget options. I have tried to modify via CSS with no luck. I believe the relevant code is below:\[code\]?> <li style="background-color: <?php echo $bg_color; ?>" class="<?php echo $icon_filename; ?>"><a target="_blank" href="http://stackoverflow.com/questions/14033144/<?php echo $$icon_url; ?>"><?php echo $icon_filename; ?></a></li> <?php } } ?>\[/code\]You can see the widget here (social media icons at top of sidebar: http://reasonandfolly.com/gallery-sample-3/Thanks in advance!