Quote:
Originally Posted by WhiskeyOSS
I would like to change the white boxes to transparent but can not find them in the xml please see attached pic.
|
After + 33}px; width:98%; try to add: background-color: transparent;
Here is what my dbtech_vbshout_shoutarea_vertical looks like:
HTML Code:
<ul class="dbtech_shoutarea_{vb:raw instance.options.shoutarea}">
<li>
<textarea id="dbtech_vbshout_editor{vb:var instance.instanceid}" name="dbtech_vbshout_editor" data-instanceid="{vb:var instance.instanceid}" rows="9" cols="1" style="height:{vb:math {vb:var instance.options.height} + 33}px; width:98%; background-color:black; color:orange; float: {vb:raw instance.options.shoutarea};"></textarea>
</li>
</ul>
HTML Code:
Note after background-color:black; I added color:orange; because it was black font on black background so I made it orange to match our style.
Sorry, I just noticed about the buttons you wanted white, as far as that I would go to dbtechs website and submit the question in their vbshout forums.